LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

FadingRate Property






Gets or sets the value that represents the value which indicates the fading rate. .NET support WinRT support
Syntax
public int FadingRate {get; set;}
'Declaration
 
Public Property FadingRate As Integer
'Usage
 
Dim instance As VignnetCommand
Dim value As Integer
 
instance.FadingRate = value
 
value = instance.FadingRate
public int FadingRate {get; set;}
 get_FadingRate();
set_FadingRate(value);
public:
property int FadingRate {
   int get();
   void set (    int value);
}

Property Value

Represents the value that indicates the fading rate. This value is used to controlling the fading process. It will be divided by 100 internally. The valid range is from 0 to 100.
Example
Refer to VignnetCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VignnetCommand Class
VignnetCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.