Gets or sets a value to determine how to center the image in the client area of the control horizontally, when the width of the destination rectangle is smaller than the width of the client area.
public override RasterPaintAlignMode HorizontalAlignMode { get; set; }
Public Overrides Property HorizontalAlignMode As Leadtools.RasterPaintAlignMode
public:
property Leadtools.RasterPaintAlignMode HorizontalAlignMode {
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