Specifies the font style to be used.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual FontStyle FontStyle { get; set; }
Visual Basic (Declaration)
Public Overridable Property FontStyle As FontStyle
Visual C++
public:
virtual property FontStyle FontStyle {
	FontStyle get ();
	void set (FontStyle value);
}

Field Value

A FontStyle containing the "FontStyle" attribute value.

Remarks

By default, FontStyle = FontStyle.Regular.

See Also