Class Font
Inheritance
System.Object
Font
Implements
System.IDisposable
Assembly: Syncfusion.OfficeChart.UWP.dll
Syntax
public sealed class Font : Object, IDisposable
Constructors
Font()
Declaration
Font(String, Single)
Declaration
public Font(string fontFamilyName, float fontSize)
Parameters
Type |
Name |
Description |
System.String |
fontFamilyName |
|
System.Single |
fontSize |
|
Fields
m_charSet
Declaration
Field Value
Properties
Bold
Declaration
public bool Bold { get; set; }
Property Value
FontFamilyName
Declaration
public string FontFamilyName { get; set; }
Property Value
Italic
Declaration
public bool Italic { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Size
Declaration
public float Size { get; set; }
Property Value
SizeInPoints
Declaration
public float SizeInPoints { get; set; }
Property Value
Strikeout
Declaration
public bool Strikeout { get; set; }
Property Value
Underline
Declaration
public bool Underline { get; }
Property Value
UnderlineStyle
Declaration
public UnderlineStyle UnderlineStyle { get; set; }
Property Value
Methods
Dispose()
Declaration
Implements
System.IDisposable
Extension Methods