Class DataGridTextCellAppearance
Defines the appearance of text cell elements.
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridTextCellAppearance : DataGridAppearance
Fields
FontAttributesProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.
|
FontFamilyProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.
|
FontSizeProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.
|
HorizontalTextAlignmentProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.
|
HoverTextColorProperty
Identifies the Hover
Declaration
public static readonly BindableProperty HoverTextColorProperty
Field Value
Microsoft.
|
SearchMatchTextColorProperty
Identifies the Search
Declaration
public static readonly BindableProperty SearchMatchTextColorProperty
Field Value
Microsoft.
|
SelectedTextColorProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedTextColorProperty
Field Value
Microsoft.
|
TextColorProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.
|
TextMarginProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextMarginProperty
Field Value
Microsoft.
|
VerticalTextAlignmentProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.
|
Properties
FontAttributes
Gets or sets Font
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.
|
FontFamily
Gets or sets the font family of the cells text.
Declaration
public string FontFamily { get; set; }
Property Value
System.
|
FontSize
Gets or sets the font size of the cells text.
Declaration
public double FontSize { get; set; }
Property Value
System.
|
HorizontalTextAlignment
Gets or sets a value indicating the horizontal text alignment.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.
|
HoverTextColor
Gets or sets the color of the cells text when mouse hovers.
Declaration
public Color HoverTextColor { get; set; }
Property Value
Microsoft.
|
SearchMatchTextColor
Gets or sets the color that is used for the parts of the text that are search matches.
Declaration
public Color SearchMatchTextColor { get; set; }
Property Value
Microsoft.
|
SelectedTextColor
Gets or sets the color of the selected cells text.
Declaration
public Color SelectedTextColor { get; set; }
Property Value
Microsoft.
|
TextColor
Gets or sets the color of the cells text.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.
|
TextMargin
Gets or sets the margin that is applied to the text of the text cell.
Declaration
public Thickness TextMargin { get; set; }
Property Value
Microsoft.
|
VerticalTextAlignment
Gets or sets a value indicating the vertical text alignment.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.
|