BrandImageAlignment
The alignment of a brand image when rendered.
enum BrandImageAlignment {
CENTER
LEFT
RIGHT
}
Values
BrandImageAlignment.CENTER
The image is aligned to the center.
BrandImageAlignment.LEFT
The image is aligned to the left.
BrandImageAlignment.RIGHT
The image is aligned to the right.
Member Of
StandardBrandImage
object