LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
HorizontalAlignMode Property
See Also 
Leadtools.Web.Controls Namespace > WebImageViewer Class : HorizontalAlignMode Property



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

Syntax

Visual Basic (Declaration) 
Public Property HorizontalAlignMode As ImageViewerAlignMode
Visual Basic (Usage)Copy Code
Dim instance As WebImageViewer
Dim value As ImageViewerAlignMode
 
instance.HorizontalAlignMode = value
 
value = instance.HorizontalAlignMode
C# 
public ImageViewerAlignMode HorizontalAlignMode {get; set;}
C++/CLI 
public:
property ImageViewerAlignMode HorizontalAlignMode {
   ImageViewerAlignMode get();
   void set (    ImageViewerAlignMode value);
}

Property Value

The horizontal alignment used when displaying the image.

Example

Remarks

Default value is Near.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also