WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProvideFontInfoEventArgs - WindowsForms API Reference | Syncfusion ProvideFontInfo event. ">

    Show / Hide Table of Contents

    Class ProvideFontInfoEventArgs

    Provides data for the ProvideFontInfo event.

    Inheritance
    System.Object
    System.EventArgs
    ProvideFontInfoEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.Font
    Remarks

    The Font object returned will be font that will be used by default.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved