Click or drag to resize

Alignment Enumeration

A value indicating how contents are aligned.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public enum Alignment
Members
  Member nameValueDescription
None0 The item's contents are not aligned.
Center1 The item's contents are centered.
Right2 The item's contents are right-aligned.
Left4 The item's contents are left-aligned.
See Also