Class ListControlItem.ItemCheckBoxInfo
Contains information about the checkbox associated with a ListControlItem.
public class ListControlItem.ItemCheckBoxInfo
- Inheritance
-
ListControlItem.ItemCheckBoxInfo
Fields
- Bounds
Gets or sets the rectangle that defines the bounds of the item.
- CheckRect
Gets or sets the rectangle that defines the position and size of the checkbox.
- CheckSize
Gets or sets the size of the checkbox.
- CheckState
Gets or sets the state of the checkbox.
- ImageChecked
Gets or sets the SVG image used when the checkbox is checked.
- ImageIndeterminate
Gets or sets the SVG image used when the checkbox is in an indeterminate state.
- ImageUnchecked
Gets or sets the SVG image used when the checkbox is unchecked.
- IsCheckBoxVisible
Gets or sets a value indicating whether the checkbox is visible.
- KeepTextPaddingWithoutCheckBox
Gets or sets a value indicating whether to keep text padding even when the checkbox is not visible.
- PartState
Gets or sets the visual state of the checkbox.
- SvgImageColor
Gets or sets the color of the SVG image.
- SvgState
Gets or sets the visual state of the SVG image.
- TextRect
Gets or sets the rectangle that defines the position and size of the text.