Class Font
Defines a particular format for text, including font face, size, and style attributes.
Inheritance
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class Font : IFont
Properties
Bold
Gets a value that indicates whether this Font is bold.
Declaration
public bool Bold { get; set; }
Property Value
System. true if this Font is bold; otherwise, false. |
Italic
Gets a value that indicates whether this Font is italic.
Declaration
public bool Italic { get; set; }
Property Value
System. true if this Font is italic; otherwise, false. |
Name
Gets or sets the face name of this Font.
Declaration
public string Name { get; set; }
Property Value
System. A string representation of the face name of this Font. |
Size
Declaration
public Unit Size { get; set; }
Property Value
Strikeout
Gets a value that indicates whether this Font specifies a horizontal line through the font.
Declaration
public bool Strikeout { get; set; }
Property Value
System. true if this Font has a horizontal line through it; otherwise, false. |
Style
Gets or sets style information for this Font.
Declaration
public FontStyle Style { get; set; }
Property Value
Font A System. |
Underline
Gets a value that indicates whether this Font is underlined.
Declaration
public bool Underline { get; set; }
Property Value
System. true if this Font is underlined; otherwise, false. |
Methods
ToString()
This member overrides System.
Declaration
public override string ToString()
Returns
System. A string value describing the Font. |