'Declaration Public Enum InputImageAlignment Inherits System.Enum
public enum InputImageAlignment : System.Enum
'Declaration Public Enum InputImageAlignment Inherits System.Enum
public enum InputImageAlignment : System.Enum
Member | Description |
---|---|
BottomCenter | Image is vertically aligned at the bottom, and horizontally aligned at the center. |
BottomLeft | Image is vertically aligned at the bottom, and horizontally aligned on the left. |
BottomRight | Image is vertically aligned at the bottom, and horizontally aligned on the right. |
MiddleCenter | Image is vertically aligned in the middle, and horizontally aligned at the center. |
MiddleLeft | Image is vertically aligned in the middle, and horizontally aligned on the left. |
MiddleRight | Image is vertically aligned in the middle, and horizontally aligned on the right. |
TopCenter | Image is vertically aligned at the top, and horizontally aligned at the center. |
TopLeft | Image is vertically aligned at the top, and horizontally aligned on the left. |
TopRight | Image is vertically aligned at the top, and horizontally aligned on the right. |
System.Object
System.ValueType
System.Enum
C1.Win.InputPanel.InputImageAlignment