VerticalAlignMode Property

Summary

Gets or sets the vertical alignment used when displaying the thumbnails.

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

Property Value

The vertical alignment used when displaying the thumbnails.

Remarks

Default value is Near.

Example

Refer to Add(String,Int32,Int32)

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