Enum ElementContentAlign
Specifies the alignment options for content displayed within a button or similar control.
public enum ElementContentAlign
Fields
Bottom = 128Content is vertically aligned at the bottom.
Default = 0Default alignment.
Left = 16Content is horizontally aligned on the left.
Right = 32Content is horizontally aligned on the right.
Top = 64Content is vertically aligned at the top.
Remarks
Use this enumeration to control the horizontal or vertical positioning of a content. The available values allow content to be aligned to the left, right, top, bottom, or use the default alignment as determined by the control or system settings.