Table of Contents

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

PropertyFillingWithBitmap

Frame

Gets the rectangle frame definition including borders and spacing.

[JsonInclude]
public PropertyRectangleFrame Frame { get; }

Property Value

PropertyRectangleFrame

Rounding

Gets or sets the corner rounding radius.

public string Rounding { get; set; }

Property Value

string

Shadow

Gets the shadow styling information.

[JsonInclude]
public PropertyShadow Shadow { get; }

Property Value

PropertyShadow

Visible

Gets or sets whether the background is visible.

public string Visible { get; set; }

Property Value

string