Table of Contents

Class ObjectEllipse

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

Represents an ellipse (or optional circle) drawing object with frame and filling properties.

public class ObjectEllipse : ObjectBase
Inheritance
ObjectEllipse
Inherited Members

Constructors

ObjectEllipse(CollectionObjectBases)

Creates and appends a new ellipse object to the specified collection.

public ObjectEllipse(CollectionObjectBases objectCollection)

Parameters

objectCollection CollectionObjectBases

ObjectEllipse(CollectionObjectBases, int)

Creates and inserts a new ellipse object at the given index.

public ObjectEllipse(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases
index int

Properties

Circle

Gets or sets whether the ellipse should be forced to a circle (uses min of width/height).

public string Circle { get; set; }

Property Value

string

ExportAsPicture

Gets or sets whether the object is exported as a raster picture.

public string ExportAsPicture { get; set; }

Property Value

string

Filling

Gets the filling (color/bitmap) for the ellipse.

[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }

Property Value

PropertyFillingWithBitmap

Frame

Gets the frame styling for the ellipse.

[JsonInclude]
public PropertyRectangleFrame Frame { get; }

Property Value

PropertyRectangleFrame

LinkUrl

Gets or sets the hyperlink URL.

public string LinkUrl { get; set; }

Property Value

string