Defines a particular format for text, including font name, size, and
style attributes.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual Font Font { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property Font As Font |
Visual C++ |
---|
public: virtual property Font^ Font { Font^ get (); void set (Font^ value); } |