[]
Represents the canvas item for checkBox fields.
public sealed class InputFieldCheckBoxItem : InputFieldItem, IDisposable, ICloneable, IBordered
Name | Description |
---|---|
InputFieldCheckBoxItem(RectangleF, string, bool, bool, InputBorderStyle, float, Color, bool, float, InputCheckStyle) | Initializes an instance of class InputFieldCheckBoxItem. |
Name | Description |
---|---|
CheckSize | Gets the size of check symbol inside the CheckBox. |
CheckStyle | Gets the style of check symbol inside the CheckBox. |
Checked | Gets the value indicating the state of the CheckBox. |
Name | Description |
---|---|
Clone() | Performs a cloning of this instance. |
ToString() | Returns a string that represents the current object. |