←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
C++
public int Fading { get; set; } 
  
Public Property Fading As Integer 
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 VignetteCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly