Visual Basic (Declaration) | |
---|---|
Public Property Buffer As Integer() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int[] Buffer {get; set;} |
C++/CLI | |
---|---|
public: property array<int>^ Buffer { array<int>^ get(); void set (intarray<value>^ value); } |
XAML Syntax | |
---|---|
cannot be used in XAML directly.Instead use x:Array Markup Extension. |
XAML Attributes Usage | |
---|---|
<object Buffer =in > |
Dependencies Property Information | |
---|---|
Identifier field | BufferProperty |
Metadata properties set to true | None |
XAML Syntax | |
---|---|
cannot be used in XAML directly.Instead use x:Array Markup Extension. |
XAML Attributes Usage | |
---|---|
<object Buffer =in > |
Dependencies Property Information | |
---|---|
Identifier field | BufferProperty |
Metadata properties set to true | None |
Return Value
Array that holds all points that represents the shape drawn by the user. This property is used only if the Flags property is set to FunctionalLightCommandBitmapEffectsFlags.Freehand. These values should be between –1000 and 1000. They are internally divided by 1000, so the real values are between –1 and 1.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family