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

Show in webframe

Length Property (CubismCommand)








Gets or sets a value that represents the cube side length, in pixels.
Syntax
public int Length {get; set;}
'Declaration
 
Public Property Length As Integer
'Usage
 
Dim instance As CubismCommand
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

Cube side length, in pixels. This property only accepts positive values.
Example
Refer to CubismCommand.
Requirements

Target Platforms

See Also

Reference

CubismCommand Class
CubismCommand Members

Error processing SSI file