HorizontalAlignMode Property

Summary

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.

Syntax
C#
VB
C++
public override RasterPaintAlignMode HorizontalAlignMode { get; set; } 
  
Public Overrides Property HorizontalAlignMode As RasterPaintAlignMode 
public: 
property RasterPaintAlignMode HorizontalAlignMode { 
   RasterPaintAlignMode get() override; 
   void set (    RasterPaintAlignMode ) override; 
} 

Property Value

This is always set to RasterPaintAlignMode.Near.

Remarks

This property is inherited from Leadtools.WinForms.RasterImageViewer and is always set to RasterPaintAlignMode.Near.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly