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;}
get_Variance();
set_Variance(value);
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.