Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
Change Property
See Also 
Leadtools.Windows.Media.Effects.Color Namespace > ChangeSaturationCommandBitmapEffect Class : Change Property





Gets or sets a value that represents the amount to change the saturation.

Syntax

Visual Basic (Declaration) 
Public Property Change As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChangeSaturationCommandBitmapEffect
Dim value As Integer
 
instance.Change = value
 
value = instance.Change
C# 
public int Change {get; set;}
Managed Extensions for C++ 
public: __property int get_Change();
public: __property void set_Change( 
   int value
);
C++/CLI 
public:
property int Change {
   int get();
   void set (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.

Example

For XAML example, refer to ChangeSaturationCommandBitmapEffect.

For C#/VB examples, refer to ChangeSaturationCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also