get_imageVerticalAlignment();
set_imageVerticalAlignment(value);
!MISSING Scrap '_RTJavaScript_PROPERTY_SYNTAX'!
Type | Description |
---|---|
ControlAlignment | The vertical alignment for the image in this control. 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.