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 FontAttributes property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontFamilyProperty
Identifies the FontFamily property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HorizontalTextAlignmentProperty
Identifies the HorizontalTextAlignment property.
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HoverTextColorProperty
Identifies the HoverTextColor property.
Declaration
public static readonly BindableProperty HoverTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SearchMatchTextColorProperty
Identifies the SearchMatchTextColor property.
Declaration
public static readonly BindableProperty SearchMatchTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectedTextColorProperty
Identifies the SelectedTextColor property.
Declaration
public static readonly BindableProperty SelectedTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextMarginProperty
Identifies the TextMargin property.
Declaration
public static readonly BindableProperty TextMarginProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalTextAlignmentProperty
Identifies the VerticalTextAlignment property.
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
FontAttributes
Gets or sets FontAttributes of the cells text.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.FontAttributes
|
FontFamily
Gets or sets the font family of the cells text.
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
FontSize
Gets or sets the font size of the cells text.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
HorizontalTextAlignment
Gets or sets a value indicating the horizontal text alignment.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|
HoverTextColor
Gets or sets the color of the cells text when mouse hovers.
Declaration
public Color HoverTextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.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
Microsoft.Maui.Graphics.Color
|
SelectedTextColor
Gets or sets the color of the selected cells text.
Declaration
public Color SelectedTextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
TextColor
Gets or sets the color of the cells text.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.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
Microsoft.Maui.Thickness
|
VerticalTextAlignment
Gets or sets a value indicating the vertical text alignment.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|