Class ProvideFontInfoEventArgs
Provides data for the ProvideFontInfo event.
Inheritance
System.Object
ProvideFontInfoEventArgs
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ProvideFontInfoEventArgs : EventArgs
Constructors
ProvideFontInfoEventArgs(Font)
Declaration
public ProvideFontInfoEventArgs(Font font)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Font | font |
Properties
Font
Gets or sets the corresponding Font object.
Declaration
public Font Font { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Font |
Remarks
The Font object returned will be font that will be used by default.