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
objectCollectionCollectionObjectBasesOwning object collection.
ObjectRectangle(CollectionObjectBases, int)
Creates and inserts a rectangle object at a specific index.
public ObjectRectangle(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesOwning object collection.
indexintInsertion index.
Properties
ExportAsPicture
Gets or sets whether the rectangle is exported as a picture ("True" / "False").
public string ExportAsPicture { get; set; }
Property Value
Filling
Gets the filling definition (including bitmap support).
[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }
Property Value
Frame
Gets the rectangle frame definition.
[JsonInclude]
public PropertyRectangleFrame Frame { get; }
Property Value
LinkUrl
Gets or sets a hyperlink URL for interactive exports.
public string LinkUrl { get; set; }
Property Value
Rounding
Gets or sets the corner rounding percentage (0 = sharp corners).
public string Rounding { get; set; }
Property Value
Shadow
Gets the shadow definition.
[JsonInclude]
public PropertyShadow Shadow { get; }