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
Contents
Gets or sets the contents expression controlling checked state.
public string Contents { get; set; }
Property Value
Design
Gets the design configuration for true/false/null states.
[JsonInclude]
public PropertyCheckboxDesign Design { get; }
Property Value
Size
Gets or sets the size (logical units).
public string Size { get; set; }