HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Orientation Property, CellBaseClass Class

Defines the cell parts orientation.

Class: CellBaseClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public OrientationOptionalEnum Orientation { get; set; }
Public Property Orientation As OrientationOptionalEnum

Value

The cell parts orientation.

The default value is OrientationOptionalEnum.Default.

Comments

Defines the cell parts orientation.

Parts in a cell can have either a horizontal orientation (parts are positioned next to each other) or a vertical orientation (parts are positioned one below the other).

SftTree.OrientationDefault for items, HeadersClass.OrientationDefault for column headers and FootersClass.OrientationDefault for column footers.

The CellBaseClass.EvaluatedOrientation property can be used to retrieve the actual cell parts orientation by evaluating the default settings.

See Also CellBaseClass Class | Classes | SftTree/NET 3.0