Class FontTabContextBase
Represents base for the font tab context classes.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class FontTabContextBase : FormatCellsTabContextBase, IFontTabContext, IFormatCellsTabContext
Constructors
FontTabContextBase(RadSpreadsheetElement, CellStyle)
Initializes a new instance of the Font
Declaration
protected FontTabContextBase(RadSpreadsheetElement radSpreadsheetElement, CellStyle cellStyle = null)
Parameters
Rad The RadSpreadsheet. |
Cell The cell style. |
Properties
FontFamily
Gets or sets the font family.
Declaration
public ThemableFontFamily FontFamily { get; set; }
Property Value
Themable The font family. |
Implements
FontSize
Gets or sets the size of the font.
Declaration
public double FontSize { get; set; }
Property Value
System. The size of the font. |
Implements
ForeColor
Gets or sets the forecolor.
Declaration
public ThemableColor ForeColor { get; set; }
Property Value
Themable The forecolor. |
Implements
IsBold
Gets or sets a value indicating whether the selection is bold.
Declaration
public bool IsBold { get; set; }
Property Value
System. The value indicating whether the selection is bold. |
Implements
IsItalic
Gets or sets a value indicating whether the selection is italic.
Declaration
public bool IsItalic { get; set; }
Property Value
System. The value indicating whether the selection is italic. |
Implements
Underline
Gets or sets the underline.
Declaration
public UnderlineType Underline { get; set; }
Property Value
Underline The underline. |