←Select platform

TableColumnsAlignment Enumeration

Summary

Specifies the alignment of the table column's content, the supported alignments are left, right, and center.

Syntax

C#
C++/CLI
Python
public enum TableColumnsAlignment 
public: 
   enum class TableColumnsAlignment sealed 
class TableColumnsAlignment(Enum): 
   Left = 0 
   Right = 1 
   Center = 2 

Members

Value Member Description
0 Left Left Alignment
1 Right Right Alignment
2 Center Center alignment

Requirements

Target Platforms

See Also

Leadtools.Forms.Processing Namespace

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

Leadtools.Forms.Processing Assembly

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