Interface
IFontTabContext

Defines members for the font tab context classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public interface IFontTabContext : IFormatCellsTabContext

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

Properties

FontFamily

Gets or sets the font family.

Declaration

cs-api-definition
ThemableFontFamily FontFamily { get; set; }

Property Value

ThemableFontFamily

The font family.

FontSize

Gets or sets the size of the font.

Declaration

cs-api-definition
double FontSize { get; set; }

Property Value

double

The size of the font.

ForeColor

Gets or sets the forecolor.

Declaration

cs-api-definition
ThemableColor ForeColor { get; set; }

Property Value

ThemableColor

The forecolor.

IsBold

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

Declaration

cs-api-definition
bool IsBold { get; set; }

Property Value

bool

The value indicating whether the selection is bold.

IsItalic

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

Declaration

cs-api-definition
bool IsItalic { get; set; }

Property Value

bool

The value indicating whether the selection is italic.

Underline

Gets or sets the underline.

Declaration

cs-api-definition
UnderlineType Underline { get; set; }

Property Value

UnderlineType

The underline.