The HorizontalAlignMode Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
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.Visual Basic (Declaration) | |
---|---|
Overrides Public Property HorizontalAlignMode As RasterPaintAlignMode |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipRasterImageViewer Dim value As RasterPaintAlignMode instance.HorizontalAlignMode = value value = instance.HorizontalAlignMode |
C# | |
---|---|
public override RasterPaintAlignMode HorizontalAlignMode {get; set;} |
C++/CLI | |
---|---|
public: property RasterPaintAlignMode HorizontalAlignMode override { RasterPaintAlignMode get(); void set ( RasterPaintAlignMode value); } |
Property Value
This is always set to RasterPaintAlignMode.Near.This property is inherited from Leadtools.WinForms.RasterImageViewer and is always set to RasterPaintAlignMode.Near.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7