Click or drag to resize

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
Syntax
C#
public enum ContentAlignmentABB
Members
  Member nameValueDescription
MiddleCenter0 Content is vertically aligned in the middle, and horizontally aligned at the center.
MiddleLeft1 Content is vertically aligned in the middle, and horizontally aligned on the left.
Remarks
This is special for the ABB button implementation because .NET CF does not support these in the type ContentAlignment.
See Also