Gets or sets a value to determine how to center the image in the client area of the control, when the height of the destination rectangle is smaller than the height of the client area.
public override RasterPaintAlignMode VerticalAlignMode { get; set; }
Public Overrides Property VerticalAlignMode As Leadtools.RasterPaintAlignMode
public:
property Leadtools.RasterPaintAlignMode VerticalAlignMode {
Leadtools.RasterPaintAlignMode get() override;
void set ( Leadtools.RasterPaintAlignMode ) override;
}
This is always set to RasterPaintAlignMode.Near.
This property is inherited from Leadtools.WinForms.RasterImageViewer and is always set to RasterPaintAlignMode.Near.
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