Class PropertyCheckboxDesign
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides per-state checkbox design items (false/null/true) referencing glyph resources or external drawings.
public class PropertyCheckboxDesign : DomItem
- Inheritance
-
PropertyCheckboxDesign
- Inherited Members
Properties
ItemForFalse
Gets the design item used when the checkbox evaluates to false.
[JsonInclude]
public PropertyCheckboxItemFor ItemForFalse { get; }
Property Value
ItemForNull
Gets the design item used when the checkbox evaluates to null (indeterminate).
[JsonInclude]
public PropertyCheckboxItemFor ItemForNull { get; }
Property Value
ItemForTrue
Gets the design item used when the checkbox evaluates to true.
[JsonInclude]
public PropertyCheckboxItemFor ItemForTrue { get; }