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

Describes the ExcelML Font attribute.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class ExcelMLFont : INotifyPropertyChanged

Inheritance: objectExcelMLFont

Implements: INotifyPropertyChanged

Constructors

C#
public ExcelMLFont()

Properties

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

C#
public bool? Bold { get; set; }

Gets or sets the font color.

C#
public string Color { get; set; }
Property Value:

The color.

Gets or sets the name of the font.

C#
public string FontName { get; set; }
Property Value:

The name of the font.

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

C#
public bool? Italic { get; set; }

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

C#
public bool? Outline { get; set; }

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

C#
public bool? Shadow { get; set; }

Gets or sets the size.

C#
public int? Size { get; set; }
Property Value:

The size.

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

C#
public bool? StrikeThrough { get; set; }

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

C#
public ExcelMLUnderline? Underline { get; set; }

Methods

Raises the PropertyChanged event.

C#
protected virtual void OnPropertyChanged(string name)
Parameters:namestring

The name.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged