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);
} |
Property Value
Amount of width change that is tolerated between adjacent line slice.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also