Gets or sets the amount of width change that is tolerated between adjacent line slices.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Variance As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RakeRemoveCommand
Dim value As Integer
instance.Variance = value
value = instance.Variance
|
C# | |
---|
public int Variance {get; set;} |
C++/CLI | |
---|
public:
property int Variance {
int get();
void set (int value);
} |
Return Value
Amount of width change that is tolerated between adjacent line slice.
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