Gets or sets FontDescriptor of the element.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public FontDescriptor Font { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Font As FontDescriptor  | 
| Visual C++ | 
|---|
public: property FontDescriptor^ Font { FontDescriptor^ get (); void set (FontDescriptor^ value); }  |