Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
C++/CLI 
public:
property int Change {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Change =int >

Dependencies Property Information 

Identifier field

ChangeProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Change =int >

Dependencies 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, Windows Server 2008 family

See Also