Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Length Property (FadedMaskCommand)








Gets or sets a value that represents the extent of the fade.
Syntax
public int Length {get; set;}
'Declaration
 
Public Property Length As Integer
'Usage
 
Dim instance As FadedMaskCommand
Dim value As Integer
 
instance.Length = value
 
value = instance.Length
public int Length {get; set;}
 <br/>get_Length();<br/>set_Length(value);<br/>Object.defineProperty('Length'); 
public:
property int Length {
   int get();
   void set (    int value);
}

Property Value

Value that represents the extent of the fade, in pixels.
Example
Refer to FeatherAlphaBlendCommand.
Requirements

Target Platforms

See Also

Reference

FadedMaskCommand Class
FadedMaskCommand Members

Error processing SSI file