Gets or sets the level value used to determine the brightness of the edges.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property Level As Integer |
C# | |
---|
public int Level {get; set;} |
C++/CLI | |
---|
public:
property int Level {
int get();
void set ( int value);
} |
Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also