Class ProvideFontInfoEventArgs
Provides data for the ProvideFontInfo event.
Inheritance
System.Object
System.EventArgs
ProvideFontInfoEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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.