Class
ExcelMLFont

Describes the ExcelML Font attribute.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class ExcelMLFont : INotifyPropertyChanged

Inheritance: objectExcelMLFont

Implements: INotifyPropertyChanged

Constructors

ExcelMLFont()

Declaration

cs-api-definition
public ExcelMLFont()

Properties

Bold

Gets or sets a value that indicates whether text should be displayed bold.

Declaration

cs-api-definition
public bool? Bold { get; set; }

Property Value

bool?

Color

Gets or sets the font color.

Declaration

cs-api-definition
public string Color { get; set; }

Property Value

string

The color.

FontName

Gets or sets the name of the font.

Declaration

cs-api-definition
public string FontName { get; set; }

Property Value

string

The name of the font.

Italic

Gets or sets a value that indicates whether text should be displayed italic.

Declaration

cs-api-definition
public bool? Italic { get; set; }

Property Value

bool?

Outline

Gets or sets a value that indicates whether outline should be displayed.

Declaration

cs-api-definition
public bool? Outline { get; set; }

Property Value

bool?

Shadow

Gets or sets a value that indicates whether shadow should be displayed.

Declaration

cs-api-definition
public bool? Shadow { get; set; }

Property Value

bool?

Size

Gets or sets the size.

Declaration

cs-api-definition
public int? Size { get; set; }

Property Value

int?

The size.

StrikeThrough

Gets or sets a value that indicates whether text should have strike-through decoration.

Declaration

cs-api-definition
public bool? StrikeThrough { get; set; }

Property Value

bool?

Underline

Gets or sets a value that indicates whether text should have underline decoration.

Declaration

cs-api-definition
public ExcelMLUnderline? Underline { get; set; }

Property Value

ExcelMLUnderline?

Methods

OnPropertyChanged(string)

Raises the PropertyChanged event.

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string name)

Parameters

name

string

The name.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged