The VerticalAlignMode 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, when the height of the destination rectangle is smaller than the height of the client area.Visual Basic (Declaration) | |
---|---|
Overrides Public Property VerticalAlignMode As RasterPaintAlignMode |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipRasterImageViewer Dim value As RasterPaintAlignMode instance.VerticalAlignMode = value value = instance.VerticalAlignMode |
C# | |
---|---|
public override RasterPaintAlignMode VerticalAlignMode {get; set;} |
C++/CLI | |
---|---|
public: property RasterPaintAlignMode VerticalAlignMode 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