[]
        
(Showing Draft Content)

C1.Framework.ImageAlignment

ImageAlignment Enum

Specifies the image alignment.

Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public enum ImageAlignment : byte

Fields

Name Description
CenterBottom

Image is vertically aligned at the bottom, and horizontally aligned at the center.

CenterCenter

Image is vertically aligned in the middle, and horizontally aligned at the center.

CenterTop

Image is vertically aligned at the top, and horizontally aligned at the center.

LeftBottom

Image is vertically aligned at the bottom, and horizontally aligned on the left.

LeftCenter

Image is vertically aligned in the middle, and horizontally aligned on the left.

LeftTop

Image is vertically aligned at the top, and horizontally aligned on the left.

RightBottom

Image is vertically aligned at the bottom, and horizontally aligned on the right.

RightCenter

Image is vertically aligned in the middle, and horizontally aligned on the right.

RightTop

Image is vertically aligned at the top, and horizontally aligned on the right.