Class
TreeDataGridExpandCollapseIndicatorAppearance

Defines the appearance of the tree expand/collapse indicator.

Definition

Fields

CollapseTextProperty

Identifies the CollapseText property.

Declaration

cs-api-definition
public static readonly BindableProperty CollapseTextProperty

Field Value

BindableProperty

ExpandTextProperty

Identifies the ExpandText property.

Declaration

cs-api-definition
public static readonly BindableProperty ExpandTextProperty

Field Value

BindableProperty

FontAttributesProperty

Identifies the FontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty FontAttributesProperty

Field Value

BindableProperty

FontFamilyProperty

Identifies the FontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty FontFamilyProperty

Field Value

BindableProperty

FontSizeProperty

Identifies the FontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty FontSizeProperty

Field Value

BindableProperty

LevelIndentationProperty

Identifies the LevelIndentation property.

Declaration

cs-api-definition
public static readonly BindableProperty LevelIndentationProperty

Field Value

BindableProperty

MarginProperty

Identifies the Margin property.

Declaration

cs-api-definition
public static readonly BindableProperty MarginProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

Properties

CollapseText

Gets or sets the text for the collapse indicator of the item.

Declaration

cs-api-definition
public string CollapseText { get; set; }

Property Value

string

ExpandText

Gets or sets the text for the expand indicator of the item.

Declaration

cs-api-definition
public string ExpandText { get; set; }

Property Value

string

FontAttributes

Gets or sets the FontAttributes for the expand/collapse symbol of the item.

Declaration

cs-api-definition
public FontAttributes FontAttributes { get; set; }

Property Value

FontAttributes

FontFamily

Gets or sets the font family for the expand/collapse symbol of the item.

Declaration

cs-api-definition
public string FontFamily { get; set; }

Property Value

string

FontSize

Gets or sets the font size for the expand/collapse symbol of the item.

Declaration

cs-api-definition
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }

Property Value

double

LevelIndentation

Gets or sets the indentation that accumulates for each hierarchy level.

Declaration

cs-api-definition
public double LevelIndentation { get; set; }

Property Value

double

Margin

Gets or sets the margin for the expand/collapse symbol of the item.

Declaration

cs-api-definition
public Thickness Margin { get; set; }

Property Value

Thickness

TextColor

Gets or sets the color for the expand/collapse symbol of the item.

Declaration

cs-api-definition
public Color TextColor { get; set; }

Property Value

Color