LabelBackCornerRadius Property |
Gets or sets the text's background corner radius size.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property BackCornerRadius As Single
Get
Set
public float BackCornerRadius { get; set; }
Property Value
Type:
SingleUse 0 for no rounded corners.
RemarksThis property must be set while the CtcService is stopped otherwise a
CtcIsStartedException will be thrown.
See Also