Leadtools.Controls Namespace > ImageViewer Object : ImageVerticalAlignment Property |
get_imageVerticalAlignment();
set_imageVerticalAlignment(value);
Object.defineProperty('imageVerticalAlignment');
Type | Description |
---|---|
ControlAlignment | The value used to align the images inside their items vertically. Default value is ControlAlignment.Center. |
Setting this value will automatically update ImageViewerItem.ImageVerticalAlignment 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.