Table of Contents

Class ObjectRectangle

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Rectangle drawing object with filling, frame, shadow and optional rounded corners.

public class ObjectRectangle : ObjectBase
Inheritance
ObjectRectangle
Inherited Members

Constructors

ObjectRectangle(CollectionObjectBases)

Creates and appends a rectangle object to the collection.

public ObjectRectangle(CollectionObjectBases objectCollection)

Parameters

objectCollection CollectionObjectBases

Owning object collection.

ObjectRectangle(CollectionObjectBases, int)

Creates and inserts a rectangle object at a specific index.

public ObjectRectangle(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases

Owning object collection.

index int

Insertion index.

Properties

ExportAsPicture

Gets or sets whether the rectangle is exported as a picture ("True" / "False").

public string ExportAsPicture { get; set; }

Property Value

string

Filling

Gets the filling definition (including bitmap support).

[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }

Property Value

PropertyFillingWithBitmap

Frame

Gets the rectangle frame definition.

[JsonInclude]
public PropertyRectangleFrame Frame { get; }

Property Value

PropertyRectangleFrame

LinkUrl

Gets or sets a hyperlink URL for interactive exports.

public string LinkUrl { get; set; }

Property Value

string

Rounding

Gets or sets the corner rounding percentage (0 = sharp corners).

public string Rounding { get; set; }

Property Value

string

Shadow

Gets the shadow definition.

[JsonInclude]
public PropertyShadow Shadow { get; }

Property Value

PropertyShadow