[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.InputImageAlignment

InputImageAlignment Enum

Specifies the image alignment on the input components.

Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public enum InputImageAlignment

Fields

Name 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.