Visual Basic (Declaration) | |
---|---|
Public Property Change As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Change {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_Change(); public: __property void set_Change( int value ); |
XAML Attributes Usage | |
---|---|
<object Change =int > |
Dependency Property Information | |
---|---|
Identifier field | ChangeProperty |
Metadata properties set to true | None |
Return Value
Amount to change saturation. Values are percentages between -1000 and +1000.For XAML example, refer to ChangeSaturationCommandBitmapEffect.
For C#/VB examples, refer to ChangeSaturationCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003