Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Area Property, RightPane Class

Returns the area of the right pane.

Class: RightPane
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public Rectangle Area { get; }
Public ReadOnly Property Area As Rectangle

Value

The area of the right pane or Rectangle.Empty if no right pane is present.

Comments

Returns the area of the right pane.

The SplitterClass.Width and SplitterClass.Offset properties are used to define the size and location of the splitter bar, which affects the width of the left and right panes.

See Also RightPane Class | Classes | SftTree/NET 2.0