HorizontalAlignMode Property

Summary

Gets or sets the horizontal alignment used when displaying the image.

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

Property Value

The horizontal alignment used when displaying the image.

Remarks

Default value is Near.

Example

Refer to ImageUrl

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.Web Assembly