Class PropertyCheckboxItemFor
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a single checkbox design item for a specific logical state (true/false/null) including contents, external drawing and resource.
public class PropertyCheckboxItemFor : DomItem
- Inheritance
-
PropertyCheckboxItemFor
- Inherited Members
Properties
Contents
Gets or sets the contents expression for this design item.
public string Contents { get; set; }
Property Value
External
Gets the external drawing contents.
[JsonInclude]
public PropertyDrawingContents External { get; }
Property Value
Resource
Gets the resource settings (glyph code, colors).
[JsonInclude]
public PropertyCheckboxItemForResource Resource { get; }