ClassDataGridTextCellAppearance
Defines the appearance of text cell elements.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridTextCellAppearance : DataGridAppearance
Inheritance: objectDataGridAppearanceDataGridTextCellAppearance
Fields
FontAttributesProperty
Identifies the FontAttributes property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
BindableProperty
FontFamilyProperty
Identifies the FontFamily property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
BindableProperty
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
BindableProperty
HorizontalTextAlignmentProperty
Identifies the HorizontalTextAlignment property.
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
BindableProperty
HoverTextColorProperty
Identifies the HoverTextColor property.
Declaration
public static readonly BindableProperty HoverTextColorProperty
Field Value
BindableProperty
SearchMatchTextColorProperty
Identifies the SearchMatchTextColor property.
Declaration
public static readonly BindableProperty SearchMatchTextColorProperty
Field Value
BindableProperty
SelectedTextColorProperty
Identifies the SelectedTextColor property.
Declaration
public static readonly BindableProperty SelectedTextColorProperty
Field Value
BindableProperty
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
BindableProperty
TextMarginProperty
Identifies the TextMargin property.
Declaration
public static readonly BindableProperty TextMarginProperty
Field Value
BindableProperty
VerticalTextAlignmentProperty
Identifies the VerticalTextAlignment property.
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
BindableProperty
Properties
FontAttributes
Gets or sets FontAttributes of the cells text.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
FontAttributes
FontFamily
Gets or sets the font family of the cells text.
FontSize
Gets or sets the font size of the cells text.
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
Property Value
HorizontalTextAlignment
Gets or sets a value indicating the horizontal text alignment.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
TextAlignment
HoverTextColor
Gets or sets the color of the cells text when mouse hovers.
Declaration
public Color HoverTextColor { get; set; }
Property Value
Color
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
Color
SelectedTextColor
Gets or sets the color of the selected cells text.
Declaration
public Color SelectedTextColor { get; set; }
Property Value
Color
TextColor
Gets or sets the color of the cells text.
Declaration
public Color TextColor { get; set; }
Property Value
Color
TextMargin
Gets or sets the margin that is applied to the text of the text cell.
Declaration
public Thickness TextMargin { get; set; }
Property Value
Thickness
VerticalTextAlignment
Gets or sets a value indicating the vertical text alignment.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
TextAlignment