Click or drag to resize

TextShapeShowBackground 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; }

Property Value

Type: Boolean
True to display the background color of the text. Otherwise false.
See Also