Table of Contents

Class PropertyCheckboxItemForResource

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

Represents the resource (glyph) configuration for a checkbox state including contents and colors.

public class PropertyCheckboxItemForResource : DomItem
Inheritance
PropertyCheckboxItemForResource
Inherited Members

Properties

Contents

Gets or sets the glyph contents code (e.g. font character value) or expression.

public string Contents { get; set; }

Property Value

string

FrameColor

Gets or sets the frame color.

public string FrameColor { get; set; }

Property Value

string

IconColor

Gets or sets the icon (glyph) color.

public string IconColor { get; set; }

Property Value

string