[]
Gets or sets the alignment of the text with the image.
public LeftRightAlignment TextAlignment { get; set; }
Public Property TextAlignment As LeftRightAlignment
Type | Description |
---|---|
LeftRightAlignment | A LeftRightAlignment enumeration, Left means the text is at the left side of the image, Right means the text is at the right side of the image. |