public ControlAlignment ImageVerticalAlignment {get; set;}
Public Property ImageVerticalAlignment As ControlAlignment
public ControlAlignment ImageVerticalAlignment {get; set;}
@property (nonatomic) LTControlAlignment imageVerticalAlignment;
public ControlAlignment getImageVerticalAlignment() public void setImageVerticalAlignment(ControlAlignment alignment)
get_ImageVerticalAlignment();
set_ImageVerticalAlignment(value);
Object.defineProperty('ImageVerticalAlignment');
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.