menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelDrawingEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelDrawingEventArgs

    Class which represent the label drawing event arguments.

    Inheritance
    System.Object
    System.EventArgs
    LabelDrawingEventArgs
    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.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class LabelDrawingEventArgs : EventArgs

    Constructors

    LabelDrawingEventArgs()

    Declaration
    public LabelDrawingEventArgs()

    Properties

    Data

    Gets the object data value.

    Declaration
    public object Data { get; }
    Property Value
    Type
    System.Object

    Graphics

    Gets or sets the graphics value.

    Declaration
    public Graphics Graphics { get; set; }
    Property Value
    Type
    System.Drawing.Graphics

    Handled

    Gets or sets a value indicating whether handled or not.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    Rect

    Gets the rectangle bounding box value.

    Declaration
    public Rectangle Rect { get; }
    Property Value
    Type
    System.Drawing.Rectangle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved