FontStyle Property (StyleInfo)
In This Topic
Gets the font style applied to the cell for the style.
Syntax
'Declaration
Public Overridable ReadOnly Property FontStyle As FontStyle
'Usage
Dim instance As StyleInfo
Dim value As FontStyle
value = instance.FontStyle
public virtual FontStyle FontStyle {get;}
See Also