Gets or sets the amount of width change that is tolerated between adjacent line slices.
public int Variance {get; set;}
'Declaration
Public Property Variance As Integer
'Usage
Dim instance As RakeRemoveCommand
Dim value As Integer
instance.Variance = value
value = instance.Variance
public int Variance {get; set;}
<br/>get_Variance();<br/>set_Variance(value);<br/>Object.defineProperty('Variance');
public:
property int Variance {
int get();
void set ( int value);
}
Property Value
Amount of width change that is tolerated between adjacent line slice.