Table of Contents

Class PropertyCheckboxDefinition

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

Defines checkbox layout and behavior (alignment, contents expression, size and design states).

public class PropertyCheckboxDefinition : DomItem
Inheritance
PropertyCheckboxDefinition
Inherited Members

Properties

Alignment

Gets or sets the alignment mode.

public string Alignment { get; set; }

Property Value

string

Contents

Gets or sets the contents expression controlling checked state.

public string Contents { get; set; }

Property Value

string

Design

Gets the design configuration for true/false/null states.

[JsonInclude]
public PropertyCheckboxDesign Design { get; }

Property Value

PropertyCheckboxDesign

Size

Gets or sets the size (logical units).

public string Size { get; set; }

Property Value

string