New to Telerik UI for WPFStart a free 30-day trial

Defines members for the font tab context classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public interface IFontTabContext : IFormatCellsTabContext

Derived Classes: FontTabContextFontTabContextBaseFontTabContextForStyleFormatFontDialogContext

Inherited Members IFormatCellsTabContext.ApplyChangesFromContext()IFormatCellsTabContext.RadSpreadsheetIFormatCellsTabContext.Visibility

Properties

FontFamily

ThemableFontFamily

Gets or sets the font family.

C#
ThemableFontFamily FontFamily { get; set; }
Property Value:

The font family.

Gets or sets the size of the font.

C#
double FontSize { get; set; }
Property Value:

The size of the font.

ForeColor

ThemableColor

Gets or sets the forecolor.

C#
ThemableColor ForeColor { get; set; }
Property Value:

The forecolor.

Gets or sets a value indicating whether the selection is bold.

C#
bool IsBold { get; set; }
Property Value:

The value indicating whether the selection is bold.

Gets or sets a value indicating whether the selection is italic.

C#
bool IsItalic { get; set; }
Property Value:

The value indicating whether the selection is italic.

Gets or sets a value indicating whether the selection has strikethrough.

C#
bool IsStrikethrough { get; set; }
Property Value:

The value indicating whether the selection has strikethrough.

Underline

UnderlineType

Gets or sets the underline.

C#
UnderlineType Underline { get; set; }
Property Value:

The underline.

VerticalTextAlignment

VerticalTextAlignment

Gets or sets the vertical text alignment (baseline, superscript, or subscript).

C#
VerticalTextAlignment VerticalTextAlignment { get; set; }
Property Value:

The vertical text alignment.