HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

HAlignmentOptionalEnum Enumeration

Defines the horizontal alignment.

Class: (none)
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public enum HAlignmentOptionalEnum;
Public Enum HAlignmentOptionalEnum

Values

NameDescription
LeftThe contents are left aligned within the available space.
CenterThe contents are centered within the available space.
RightThe contents are right aligned within the available space.
DefaultThe default value is determined by a containing object or by the environment.

Comments

Defines the horizontal alignment.

See Also | Classes | SftTree/NET 3.0