Click or drag to resize

ButtonDrawScale Property

Gets or sets the button's drawing surface scale.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Property DrawScale As Single
	Get
	Set

Property Value

Type: Single
Values 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
Remarks
This property must be set while the CtcService is stopped otherwise a CtcIsStartedException will be thrown.
See Also