Class
FontTabContextBase

Represents base for the font tab context classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class FontTabContextBase : FormatCellsTabContextBase, IFontTabContext, IFormatCellsTabContext

Inheritance: objectFormatCellsTabContextBaseFontTabContextBase

Derived Classes: FontTabContextFontTabContextForStyle

Implements: IFontTabContextIFormatCellsTabContext

Inherited Members FormatCellsTabContextBase.InitContextOverride()FormatCellsTabContextBase.OnPropertyChanged()FormatCellsTabContextBase.SuspendPropertyChangeNotification()FormatCellsTabContextBase.ResumePropertyChangeNotification()FormatCellsTabContextBase.ApplyChangesFromContext()FormatCellsTabContextBase.ApplyChangesFromContextOverride()FormatCellsTabContextBase.RadSpreadsheetFormatCellsTabContextBase.WorksheetEditorFormatCellsTabContextBase.VisibilityFormatCellsTabContextBase.CellStyle

Constructors

FontTabContextBase(RadSpreadsheet, CellStyle)

Initializes a new instance of the FontTabContextBase class.

Declaration

cs-api-definition
protected FontTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

cellStyle

CellStyle

The cell style.

FontTabContextBase(RadSpreadsheet, DifferentialFormatting)

Initializes a new instance of the FontTabContextBase class.

Declaration

cs-api-definition
protected FontTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting = null)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

differentialFormatting

DifferentialFormatting

The differential formatting for the condittional formatting.

Properties

FontFamily

Gets or sets the font family.

Declaration

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

Property Value

ThemableFontFamily

The font family.

Implements IFontTabContext.FontFamily

FontSize

Gets or sets the size of the font.

Declaration

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

Property Value

double

The size of the font.

Implements IFontTabContext.FontSize

ForeColor

Gets or sets the forecolor.

Declaration

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

Property Value

ThemableColor

The forecolor.

Implements IFontTabContext.ForeColor

IsBold

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

Declaration

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

Property Value

bool

The value indicating whether the selection is bold.

Implements IFontTabContext.IsBold

IsItalic

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

Declaration

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

Property Value

bool

The value indicating whether the selection is italic.

Implements IFontTabContext.IsItalic

Underline

Gets or sets the underline.

Declaration

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

Property Value

UnderlineType

The underline.

Implements IFontTabContext.Underline