Interface IFontTabContext
Defines members for the font tab context classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IFontTabContext : IFormatCellsTabContext
Properties
FontFamily
Gets or sets the font family.
Declaration
ThemableFontFamily FontFamily { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.ThemableFontFamily
The font family. |
FontSize
Gets or sets the size of the font.
Declaration
double FontSize { get; set; }
Property Value
System.Double
The size of the font. |
ForeColor
Gets or sets the forecolor.
Declaration
ThemableColor ForeColor { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.ThemableColor
The forecolor. |
IsBold
Gets or sets a value indicating whether the selection is bold.
Declaration
bool IsBold { get; set; }
Property Value
System.Boolean
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
System.Boolean
The value indicating whether the selection is italic. |
Underline
Gets or sets the underline.
Declaration
UnderlineType Underline { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.UnderlineType
The underline. |