Class DataGridTextCellStyle
Defines the appearance of text cell elements.
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridTextCellStyle : DataGridStyle
Constructors
DataGridTextCellStyle()
Initializes a new instance of the DataGridTextCellStyle class.
Declaration
public DataGridTextCellStyle()
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
|