| Visual Basic (Declaration) | |
|---|---|
Public Property WhiteClip As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int WhiteClip {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property int get_WhiteClip(); public: __property void set_WhiteClip( int value ); | |
| XAML Attributes Usage | |
|---|---|
<object WhiteClip =int > | |
| Dependency Property Information | |
|---|---|
Identifier field | WhiteClipProperty |
Metadata properties set to true | None |
Return Value
Valid values range from 0 to 10000 (which represents 1005 of the white pixels.For XAML example, refer to AutoColorLevelCommandBitmapEffect.
For C#/VB examples, refer to AutoColorLevelCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003
Copy Code