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
objectCollectionCollectionObjectBases
ObjectEllipse(CollectionObjectBases, int)
Creates and inserts a new ellipse object at the given index.
public ObjectEllipse(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesindexint
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
ExportAsPicture
Gets or sets whether the object is exported as a raster picture.
public string ExportAsPicture { get; set; }
Property Value
Filling
Gets the filling (color/bitmap) for the ellipse.
[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }
Property Value
Frame
Gets the frame styling for the ellipse.
[JsonInclude]
public PropertyRectangleFrame Frame { get; }
Property Value
LinkUrl
Gets or sets the hyperlink URL.
public string LinkUrl { get; set; }