AbstractChartNodeFontStyle Property |
Specifies the font style to be used.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual FontStyle FontStyle { get; set; }
Public Overridable Property FontStyle As FontStyle
Get
Set
public:
virtual property FontStyle FontStyle {
FontStyle get ();
void set (FontStyle value);
}
abstract FontStyle : FontStyle with get, set
override FontStyle : FontStyle with get, set
Property Value
Type:
FontStyle
A
FontStyle containing the "FontStyle" attribute value.
Remarks See Also