ContentAlignmentABB Enumeration |
Specifies alignment of content on the drawing surface.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntaxpublic enum ContentAlignmentABB
Members|
| Member name | Value | Description |
|---|
| MiddleCenter | 0 |
Content is vertically aligned in the middle, and horizontally aligned at the center.
|
| MiddleLeft | 1 |
Content is vertically aligned in the middle, and horizontally aligned on the left.
|
RemarksThis is special for the ABB button implementation because .NET CF does not support these in the type ContentAlignment.
See Also