Skip to main content

ImageHorizontalAlignment Type

In This Article

#Declaration

TypeScript
export type ImageHorizontalAlignment = "Left" | "Center" | "Right"

#Members

Name
"Left"
"Center"
"Right"