[]
        
(Showing Draft Content)

C1.Report.CheckMark

CheckMark Class

Defines the visual properties of the check mark of the CheckBoxField.

Inheritance
CheckMark
Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public class CheckMark

Properties

Name Description
CheckedImage

Gets or sets the checked image (used if Style is CustomImage).

CheckedSymbol

Gets or sets the checked symbol (used if Style is CustomSymbol).

Font

Gets or sets the font used to draw the check mark symbol.

IndeterminateImage

Gets or sets the indeterminate image (used if Style is CustomImage).

IndeterminateSymbol

Gets or sets the indeterminate symbol (used if Style is CustomSymbol).

Style

Gets or sets the style of the check mark.

UncheckedImage

Gets or sets the unchecked image (used if Style is CustomImage).

UncheckedSymbol

Gets or sets the unchecked symbol (used if Style is CustomSymbol).

Methods

Name Description
AssignFrom(CheckMark)

Assign properties from CheckMark object.

OnPropertyChanged(string)

Fires C1.Report.FieldBase.PropertyChanged event.

ToString()