alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class LabelDrawingEventArgs

    Class which represent the label drawing event arguments.

    Inheritance
    System.Object
    LabelDrawingEventArgs
    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 - 2026 Syncfusion Inc. All Rights Reserved