Table of Contents

Class ListControlItemDefaults

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains defaults used when ListControlItem is painted. Implements IListControlItemDefaults.

public class ListControlItemDefaults : BaseObject, IBaseObject, IListControlItemDefaults
Inheritance
ListControlItemDefaults
Implements

Properties

CheckBoxThreeState

Gets or sets a value indicating whether checkbox will allow three check states rather than two.

CheckBoxVisible

Gets or sets whether to show checkboxes in the items.

CurrentItemBorder

Gets or sets current item border.

CurrentItemBorderVisible

Gets or sets whether current item border is visible.

DisabledItemTextColor

Gets or sets disabled item text color.

ItemAlignment

Gets or sets default alignment of the items.

ItemMargin

Gets or sets item margin.

ItemTextColor

Gets or sets item text color.

MinItemHeight

Gets or sets minimal item height.

SelectedItemBackColor

Gets or sets selected item back color.

SelectedItemIsBold

Gets or sets whether selected item has bold font.

SelectedItemTextColor

Gets or sets selected item text color.

SelectionBorder

Gets or sets current selection border.

SelectionUnderImage

Gets or sets whether to draw selection background under image.

SelectionVisible

Gets or sets whether selection background is visible.

SvgImageSize

Gets or sets default size of the svg images.

TextVisible

Gets or sets whether item text is displayed.