IFontTabContext
Defines members for the font tab context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public interface IFontTabContext : IFormatCellsTabContext
Derived Classes:
Inherited Members
Properties
FontFamily
ThemableFontFamily
Gets or sets the font family.
ThemableFontFamily FontFamily { get; set; }
The font family.
Gets or sets the size of the font.
double FontSize { get; set; }
The size of the font.
ForeColor
ThemableColor
Gets or sets the forecolor.
ThemableColor ForeColor { get; set; }
The forecolor.
Gets or sets a value indicating whether the selection is bold.
bool IsBold { get; set; }
The value indicating whether the selection is bold.
Gets or sets a value indicating whether the selection is italic.
bool IsItalic { get; set; }
The value indicating whether the selection is italic.
Gets or sets a value indicating whether the selection has strikethrough.
bool IsStrikethrough { get; set; }
The value indicating whether the selection has strikethrough.
Underline
UnderlineType
Gets or sets the underline.
UnderlineType Underline { get; set; }
The underline.
VerticalTextAlignment
VerticalTextAlignment
Gets or sets the vertical text alignment (baseline, superscript, or subscript).
VerticalTextAlignment VerticalTextAlignment { get; set; }
The vertical text alignment.