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;} |
Managed Extensions for C++ | |
---|
public: __property virtual int get_Spacing();
public: __property virtual void set_Spacing(
int value
); |
C++/CLI | |
---|
public:
virtual property int Spacing {
int get();
void set (int value);
} |
Return Value
The distance, in pixels, between any two points in the free-hand drawing.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also