←Select platform

Fading Property

Summary

Gets or sets the value that represents the percent of feathering in towards or outward from the vignette object.

Syntax

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

Property Value

Represents the percent of feathering in towards or outward from the vignette object. Negative values mean that the feathering will start outside the boundaries of the object and increase toward the object. Positive values mean that the feathering will start on the boundaries of the object and increase away from the object. Possible values range from -100 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