get_imageVerticalAlignment();
set_imageVerticalAlignment(value);
Object.defineProperty('imageVerticalAlignment');
Type | Description |
---|---|
ControlAlignment | The vertical alignment for the image in this control. The default value is ControlAlignment.Near (left). |
Changing the value of this property will fire the PropertyChanged and TransformChanged events.
Use ImageHorizontalAlignment to set the horizontal alignment for the image in the control.
For an example, refer to ImageHorizontalAlignment.