ImageAlignment Enum

Definition

Image alignment

public enum ImageAlignment
type ImageAlignment = 
Public Enum ImageAlignment
Inheritance
ImageAlignment

Fields

Bottom 4

Align to Bottom when the property ScrollOrientation is Vertical

Left 1

Align to Left when the property ScrollOrientation is Horizontal

None 0

No alignment needed

Right 2

Align to Right when the property ScrollOrientation is Horizontal

Top 3

Align to Top when the property ScrollOrientation is Vertical

Applies to