Class Font
Inheritance
System.Object
Font
Implements
System.IDisposable
Namespace: Syncfusion.XlsIO.Implementation.WINRT
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class Font : Object, IDisposable
Fields
Bold
Declaration
public bool Bold
Field Value
Type |
---|
System.Boolean |
CharSet
Declaration
public byte CharSet
Field Value
Type |
---|
System.Byte |
Italic
Declaration
public bool Italic
Field Value
Type |
---|
System.Boolean |
Name
Declaration
public string Name
Field Value
Type |
---|
System.String |
Size
Declaration
public float Size
Field Value
Type |
---|
System.Single |
Strikeout
Declaration
public bool Strikeout
Field Value
Type |
---|
System.Boolean |
Underline
Declaration
public bool Underline
Field Value
Type |
---|
System.Boolean |
Methods
Dispose()
Declaration
public void Dispose()
GetHeight()
Declaration
public float GetHeight()
Returns
Type |
---|
System.Single |
Implements
System.IDisposable