←Select platform

Length Property

Summary

Gets or sets a value that represents the extent of the fade.

Syntax

C#
VB
C++
public int Length { get; set; } 
Public Property Length As Integer 
public: 
property int Length { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the extent of the fade, in pixels.

Example

Refer to FeatherAlphaBlendCommand.

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.Effects Assembly