FontTabContextBase
Represents base for the font tab context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public abstract class FontTabContextBase : FormatCellsTabContextBase, IFontTabContext, IFormatCellsTabContext
Inheritance: objectFormatCellsTabContextBaseFontTabContextBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the FontTabContextBase class.
protected FontTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
The RadSpreadsheet.
cellStyleCellStyleThe cell style.
Initializes a new instance of the FontTabContextBase class.
protected FontTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting = null)
The RadSpreadsheet.
differentialFormattingDifferentialFormattingThe differential formatting for the condittional formatting.
Properties
FontFamily
ThemableFontFamily
Gets or sets the font family.
public ThemableFontFamily FontFamily { get; set; }
The font family.
Implements:
Gets or sets the size of the font.
public double FontSize { get; set; }
The size of the font.
Implements:
ForeColor
ThemableColor
Gets or sets the forecolor.
public ThemableColor ForeColor { get; set; }
The forecolor.
Implements:
Gets or sets a value indicating whether the selection is bold.
public bool IsBold { get; set; }
The value indicating whether the selection is bold.
Implements:
Gets or sets a value indicating whether the selection is italic.
public bool IsItalic { get; set; }
The value indicating whether the selection is italic.
Implements:
Gets or sets a value indicating whether the selection has strikethrough.
public bool IsStrikethrough { get; set; }
The value indicating whether the selection has strikethrough.
Implements:
Underline
UnderlineType
Gets or sets the underline.
public UnderlineType Underline { get; set; }
The underline.
Implements:
VerticalTextAlignment
VerticalTextAlignment
Gets or sets the vertical text alignment (baseline, superscript, or subscript).
public VerticalTextAlignment VerticalTextAlignment { get; set; }
The vertical text alignment.
Implements: