Gets or sets a value that represents the rate at which the color will fade with each step.
public int FadeRate {get; set;}
'Declaration
Public Property FadeRate As Integer
'Usage
Dim instance As FadedMaskCommand
Dim value As Integer
instance.FadeRate = value
value = instance.FadeRate
public int FadeRate {get; set;}
get_FadeRate();
set_FadeRate(value);
Object.defineProperty('FadeRate');
public:
property int FadeRate {
int get();
void set ( int value);
}
Property Value
Value that represents the rate at which the color will fade with each step. Values are between 0 and 255.