InterfaceIFontTabContext
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
Inherited Members
Properties
FontFamily
Gets or sets the font family.
Declaration
ThemableFontFamily FontFamily { get; set; }
Property Value
ThemableFontFamily
The font family.
FontSize
Gets or sets the size of the font.
Declaration
double FontSize { get; set; }
Property Value
The size of the font.
ForeColor
Gets or sets the forecolor.
Declaration
ThemableColor ForeColor { get; set; }
Property Value
ThemableColor
The forecolor.
IsBold
Gets or sets a value indicating whether the selection is bold.
Declaration
bool IsBold { get; set; }
Property Value
The value indicating whether the selection is bold.
IsItalic
Gets or sets a value indicating whether the selection is italic.
Declaration
bool IsItalic { get; set; }
Property Value
The value indicating whether the selection is italic.
Underline
Gets or sets the underline.
Declaration
UnderlineType Underline { get; set; }
Property Value
UnderlineType
The underline.