Class ObjectLine
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a simple line object with color, direction, type and width settings.
public class ObjectLine : ObjectBase
- Inheritance
-
ObjectLine
- Inherited Members
Constructors
ObjectLine(CollectionObjectBases)
Creates and appends a new line object to the specified collection.
public ObjectLine(CollectionObjectBases objectCollection)
Parameters
objectCollectionCollectionObjectBasesParent collection.
ObjectLine(CollectionObjectBases, int)
Creates and inserts a new line object at the specified index.
public ObjectLine(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesParent collection.
indexintInsertion index.
Properties
Color
Gets or sets the line color.
public string Color { get; set; }
Property Value
ExportAsPicture
Gets or sets whether the line is exported as a raster picture.
public string ExportAsPicture { get; set; }
Property Value
Frame
Gets the frame styling for the line (e.g. outline properties if applicable).
[JsonInclude]
public PropertyFrame Frame { get; }
Property Value
LineDirection
Gets or sets the line direction (0 = horizontal, 1 = vertical, etc.).
public string LineDirection { get; set; }
Property Value
LineType
Gets or sets the line type (solid, dashed, etc.).
public string LineType { get; set; }
Property Value
LinkUrl
Gets or sets the hyperlink URL associated with the line.
public string LinkUrl { get; set; }
Property Value
Width
Gets or sets the line width.
public string Width { get; set; }