TextSettingsShowBackground Property |
Gets or sets a value that indicates whether to display the background color of the text.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool ShowBackground { get; set; }
Public MustOverride Property ShowBackground As Boolean
Get
Set
Property Value
Type:
Boolean
True to display the background color of the text. Otherwise false.
See Also