Gets or sets a value that indicates the vertical alignment for the image in this control.
public Leadtools.Controls.ControlAlignment ImageVerticalAlignment {get; set;}
Public Property ImageVerticalAlignment As Leadtools.Controls.ControlAlignment
public Leadtools.Controls.ControlAlignment ImageVerticalAlignment {get; set;}
@property (nonatomic, assign) LTControlAlignment imageVerticalAlignment
public ControlAlignment getImageVerticalAlignment()
public void setImageVerticalAlignment(ControlAlignment alignment)
get_ImageVerticalAlignment();
set_ImageVerticalAlignment(value);
Object.defineProperty('ImageVerticalAlignment');
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET