ClassExcelMLFont
Describes the ExcelML Font attribute.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class ExcelMLFont : INotifyPropertyChanged
Inheritance: objectExcelMLFont
Implements:
Constructors
ExcelMLFont()
Declaration
public ExcelMLFont()
Properties
Bold
Gets or sets a value that indicates whether text should be displayed bold.
Color
Gets or sets the font color.
FontName
Gets or sets the name of the font.
Declaration
public string FontName { get; set; }
Property Value
The name of the font.
Italic
Gets or sets a value that indicates whether text should be displayed italic.
Outline
Gets or sets a value that indicates whether outline should be displayed.
Shadow
Gets or sets a value that indicates whether shadow should be displayed.
Size
Gets or sets the size.
StrikeThrough
Gets or sets a value that indicates whether text should have strike-through decoration.
Underline
Gets or sets a value that indicates whether text should have underline decoration.
Declaration
public ExcelMLUnderline? Underline { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
name
The name.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements