Visual Basic (Declaration) | |
---|---|
Public Property Level As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Level {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_Level(); public: __property void set_Level( int value ); |
XAML Attributes Usage | |
---|---|
<object Level =int > |
Dependency 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.For XAML example, refer to EdgeDetectEffectCommandBitmapEffect.
For C#/VB examples, refer to EdgeDetectEffectCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003