Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Length Property
See Also 
Leadtools.Windows.Media.Effects.Effects Namespace > CubismCommandBitmapEffect Class : Length Property





Gets or sets a value that represents the cube side length, in pixels.

Syntax

Visual Basic (Declaration) 
Public Property Length As Integer
Visual Basic (Usage)Copy Code
Dim instance As CubismCommandBitmapEffect
Dim value As Integer
 
instance.Length = value
 
value = instance.Length
C# 
public int Length {get; set;}
C++/CLI 
public:
property int Length {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Length =int >

Dependencies Property Information 

Identifier field

LengthProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Length =int >

Dependencies Property Information 

Identifier field

LengthProperty

Metadata properties set to true

None

Return Value

Cube side length, in pixels. This property only accepts positive values.

Example

For XAML example, refer to CubismCommandBitmapEffect.

For C#/VB examples, refer to CubismCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also