Class PropertyShapeBackground
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents background settings for shapes (color and visibility).
public class PropertyShapeBackground : DomItem
- Inheritance
-
PropertyShapeBackground
- Inherited Members
Properties
Color
Gets or sets the background color.
public string Color { get; set; }
Property Value
Visible
Gets or sets whether the shape background is visible.
public string Visible { get; set; }