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





Gets or sets the value that represents the percent feathering inward to or outward from the vignette object.

Syntax

Visual Basic (Declaration) 
Public Property Fading As Integer
Visual Basic (Usage)Copy Code
Dim instance As VignnetCommandBitmapEffect
Dim value As Integer
 
instance.Fading = value
 
value = instance.Fading
C# 
public int Fading {get; set;}
Managed Extensions for C++ 
public: __property int get_Fading();
public: __property void set_Fading( 
   int value
);
C++/CLI 
public:
property int Fading {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Fading =int >

Dependency Property Information 

Identifier field

FadingProperty

Metadata properties set to true

None

Return Value

Value that represents the percent feathering inward to or outward from from -100 to 100.

Example

For XAML example, refer to VignnetCommandBitmapEffect.

For C#/VB examples, refer to VignnetCommandBitmapEffect.

Requirements

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

See Also