Gets or sets the spacing value: the distance between any two points in the free-hand drawing.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property Spacing As Integer |
C# | |
---|
public virtual int Spacing {get; set;} |
C++/CLI | |
---|
public:
virtual property int Spacing {
int get();
void set (int value);
} |
XAML Attributes Usage | |
---|
<object Spacing=int .../> |
XAML Attributes Usage | |
---|
<object Spacing=int .../> |
Return Value
The distance, in pixels, between any two points in the free-hand drawing.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also