←Select platform

FadingRate Property

Summary

Gets or sets the value that represents the value which indicates the fading rate.

Syntax

C#
VB
WinRT C#
C++
public int FadingRate { get; set; } 
  
Public Property FadingRate As Integer 
public int FadingRate {get; set;} 
  
get_FadingRate(); 
set_FadingRate(value); 
Object.defineProperty('FadingRate');  
public: 
property int FadingRate { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly