LabelTextPadding Property |
Gets or sets the padding size around the label's text.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property TextPadding As Single
Get
Set
public float TextPadding { get; set; }
Property Value
Type:
Single
RemarksThis property must be set while the CtcService is stopped otherwise a
CtcIsStartedException will be thrown.
See Also