AbstractChartNodeFont Property |
Defines a particular format for text, including font name, size, and
style attributes.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Font Font { get; set; }
Public Overridable Property Font As Font
Get
Set
public:
virtual property Font^ Font {
Font^ get ();
void set (Font^ value);
}
abstract Font : Font with get, set
override Font : Font with get, set
Property Value
Type:
Font
A
Font that contains information about the text font to be
used.
See Also