Gets or sets the level value used to determine the brightness of the edges.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Level As Integer |
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