Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Jpip.Client.WinForms Namespace > JpipRasterImageViewer Class : VerticalAlignMode Property |
public override RasterPaintAlignMode VerticalAlignMode {get; set;}
'Declaration Public Overrides Property VerticalAlignMode As RasterPaintAlignMode
'Usage Dim instance As JpipRasterImageViewer Dim value As RasterPaintAlignMode instance.VerticalAlignMode = value value = instance.VerticalAlignMode
public: property RasterPaintAlignMode VerticalAlignMode { RasterPaintAlignMode get() override; void set ( RasterPaintAlignMode value) override; }