Class TreeNodeAdvPart
Represents the location and size of the node parts(eg plus minus,check box).
Inheritance
System.Object
TreeNodeAdvPart
Inherited Members
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.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeNodeAdvPart
Properties
BeforeTouchSize
Gets or sets the size of the TreeNodeAdv before enabling the TouchMode.
Declaration
public Size BeforeTouchSize { get; }
Property Value
Type |
---|
System.Drawing.Size |
Bounds
Gets or sets the bounds of the TreeNodeAdv.
Declaration
public Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Height
Gets or sets the height of the TreeNodeAdv.
Declaration
public int Height { get; set; }
Property Value
Type |
---|
System.Int32 |
Location
Gets or sets the location of the TreeNodeAdv.
Declaration
public Point Location { get; }
Property Value
Type |
---|
System.Drawing.Point |
Node
Declaration
protected TreeNodeAdv Node { get; }
Property Value
Type |
---|
TreeNodeAdv |
Size
Gets or sets the size of the TreeNodeAdv.
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
Visible
Gets or sets the visibility of the TreeNodeAdv.
Declaration
public virtual bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Width
Gets or sets the width of the TreeNodeAdv.
Declaration
public int Width { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
GetIsMirrored()
Declaration
protected bool GetIsMirrored()
Returns
Type |
---|
System.Boolean |