Class ObjectCheckbox
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a checkbox object that can be placed on a report. Includes frame and definition (state/design) properties.
public class ObjectCheckbox : ObjectBase
- Inheritance
-
ObjectCheckbox
- Inherited Members
Constructors
ObjectCheckbox(CollectionObjectBases)
Creates a new checkbox object appended to the specified collection.
public ObjectCheckbox(CollectionObjectBases objectCollection)
Parameters
objectCollectionCollectionObjectBases
ObjectCheckbox(CollectionObjectBases, int)
Creates a new checkbox object at the specified index in the collection.
public ObjectCheckbox(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesindexint
Properties
Definition
Gets the checkbox definition (alignment, size, contents, design states).
[JsonInclude]
public PropertyCheckboxDefinition Definition { get; }
Property Value
ExportAsPicture
Gets or sets whether the checkbox is exported as a picture instead of vector/semantic representation.
public string ExportAsPicture { get; set; }
Property Value
Frame
Gets the frame styling of the checkbox.
[JsonInclude]
public PropertyFrame Frame { get; }