Gets or sets the button's drawing surface scale.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property DrawScale As Single
Get
Set
public float DrawScale { get; set; }
Property Value
Type:
SingleValues are capped within: 0.1 to 10. The default scale is 1. For example 0.5 would be half normal size and 2 would be twice normal size.
Implements
ITopLayerDrawScale
RemarksThis property must be set while the CtcService is stopped otherwise a
CtcIsStartedException will be thrown.
See Also