←Select platform

Threshold Property

Summary

Gets or sets brightness threshold. This is a dependency property.

Syntax

C#
VB
C++
public double Threshold { get; set; } 
  
Public Property Threshold As Double 
public: 
property double Threshold { 
   double get(); 
   void set (    double ); 
} 

Property Value

The brightness threshold. Default value is 0.5.

Example

For XAML example, refer to BrightExtractEffect.

For C#/VB examples, refer to BrightExtractEffect.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly