ChartFont.FontStyle Property
Returns or sets the font style. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property FontStyle As Object
Get
Set
'Usage
Dim instance As ChartFont
Dim value As Object
value = instance.FontStyle
instance.FontStyle = value
Object FontStyle { get; set; }
Property Value
Type: System.Object
Remarks
Changing this property may affect other ChartFont properties (such as Bold and Italic).