alexa

    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