Class PropertyBackground
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Encapsulates background related styling for an object including filling, frame, shadow and rounding.
public class PropertyBackground : DomItem
- Inheritance
-
PropertyBackground
- Inherited Members
Properties
Filling
Gets the filling definition (supports bitmap fills).
[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }
Property Value
Frame
Gets the rectangle frame definition including borders and spacing.
[JsonInclude]
public PropertyRectangleFrame Frame { get; }
Property Value
Rounding
Gets or sets the corner rounding radius.
public string Rounding { get; set; }
Property Value
Shadow
Gets the shadow styling information.
[JsonInclude]
public PropertyShadow Shadow { get; }
Property Value
Visible
Gets or sets whether the background is visible.
public string Visible { get; set; }