[]
Defines the visual properties of the check mark of the CheckBoxField.
public class CheckMark
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). |
Name | Description |
---|---|
AssignFrom(CheckMark) | Assign properties from CheckMark object. |
OnPropertyChanged(string) | Fires C1.WPF.Report.FieldBase.PropertyChanged event. |
ToString() |