Visual Basic (Declaration) | |
---|---|
Public Property Length As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Length {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_Length(); public: __property void set_Length( int value ); |
XAML Attributes Usage | |
---|---|
<object Length =int > |
Dependency Property Information | |
---|---|
Identifier field | LengthProperty |
Metadata properties set to true | None |
Return Value
Cube side length, in pixels. This property only accepts positive values.For XAML example, refer to CubismCommandBitmapEffect.
For C#/VB examples, refer to CubismCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003