LayoutDirection Property

Summary
Gets or sets the orientation of the thumbnail viewer.
Syntax
C#
VB
C++
public LayoutDirection LayoutDirection { get; set; } 
  
Public Property LayoutDirection As LayoutDirection 
public: 
property LayoutDirection LayoutDirection { 
   LayoutDirection get(); 
   void set (    LayoutDirection ); 
} 

Property Value

The orientation of the thumbnail viewer.

Remarks

If both the Rows property and the Columns property are each equal to the default value (0), this property will determine the orientation of the thumbnails in the viewer.

If the Rows * Columns value is greater than the number of the thumbnails in the viewer, this property will determine which property should be used.

For example: if Rows = 3, Columns = 3, the number of thumbnails (Count) is 6, and this property is set to Horizontal then the final view would be 2 rows x 3 coulmns.

Example

Refer to Add(String,Int32,Int32)

Requirements

Target Platforms

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

Leadtools.Web Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.