Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Level Property
See Also 
Leadtools.Windows.Media.Effects.Effects Namespace > EdgeDetectEffectCommandBitmapEffect Class : Level Property





Gets or sets the level value used to determine the brightness of the edges.

Syntax

Visual Basic (Declaration) 
Public Property Level As Integer
Visual Basic (Usage)Copy Code
Dim instance As EdgeDetectEffectCommandBitmapEffect
Dim value As Integer
 
instance.Level = value
 
value = instance.Level
C# 
public int Level {get; set;}
C++/CLI 
public:
property int Level {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Level =int >

Dependencies Property Information 

Identifier field

LevelProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Level =int >

Dependencies Property Information 

Identifier field

LevelProperty

Metadata properties set to true

None

Return Value

Level value used to determine the brightness of the edges. Standard value is 50. Range is between 1 and 100. Big values will produce bright edges.

Example

For XAML example, refer to EdgeDetectEffectCommandBitmapEffect.

For C#/VB examples, refer to EdgeDetectEffectCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also