Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

TextHorizontalAlignment Property (ImageViewer)

Show in webframe
Specifies how to align the text inside their items horizontally.
Syntax
get_textHorizontalAlignment();
set_textHorizontalAlignment(value);
Object.defineProperty('textHorizontalAlignment');

Property Value

TypeDescription
ControlAlignmentThe value used to align the text inside their items horizontally. Default value is ControlAlignment.Near.
Remarks

Setting this value will automatically update ImageViewerItem.TextHorizontalAlignment of all the items in this viewer to the same value. To change an item value individually, use the item property directly.

For more information, refer to Image Viewer Appearance.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file