menu

WinForms

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

    Show / Hide Table of Contents

    Class LeafItemDrawingEventArgs

    Inheritance
    System.Object
    LeafItemDrawingEventArgs
    Namespace: Syncfusion.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class LeafItemDrawingEventArgs : CancelEventArgs

    Constructors

    LeafItemDrawingEventArgs()

    Declaration
    public LeafItemDrawingEventArgs()

    Properties

    Color

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

    Data

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

    Graphics

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

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type
    System.String

    RectSize

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