Leadtools.Controls Namespace > ImageViewer Object : TextVerticalAlignment Property |
get_textVerticalAlignment();
set_textVerticalAlignment(value);
Object.defineProperty('textVerticalAlignment');
Type | Description |
---|---|
ControlAlignment | The value used to align the text inside their items vertically. Default value is ControlAlignment.Far. |
Setting this value will automatically update ImageViewerItem.TextVerticalAlignment 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.