Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
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;}
Managed Extensions for C++ 
public: __property int get_Level();
public: __property void set_Level( 
   int value
);
C++/CLI 
public:
property int Level {
   int get();
   void set (int value);
}

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also