Table of Contents

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

objectCollection CollectionObjectBases

ObjectCheckbox(CollectionObjectBases, int)

Creates a new checkbox object at the specified index in the collection.

public ObjectCheckbox(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases
index int

Properties

Definition

Gets the checkbox definition (alignment, size, contents, design states).

[JsonInclude]
public PropertyCheckboxDefinition Definition { get; }

Property Value

PropertyCheckboxDefinition

ExportAsPicture

Gets or sets whether the checkbox is exported as a picture instead of vector/semantic representation.

public string ExportAsPicture { get; set; }

Property Value

string

Frame

Gets the frame styling of the checkbox.

[JsonInclude]
public PropertyFrame Frame { get; }

Property Value

PropertyFrame