←Select platform

FieldAlignment Enumeration

Summary
Values that represent the alignment of columns/fields in a table.

Syntax
C#
C++/CLI
Java
Python
public enum FieldAlignment 
public final class FieldAlignment 
    extends java.lang.Enum<FieldAlignment> 
public enum class FieldAlignment : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class FieldAlignment(Enum): 
   Left = 0 
   Center = 1 
   Right = 2 
Members
ValueMemberDescription
0LeftLeft alignment.
1CenterCenter alignment.
2RightRight alignment.
Requirements

Target Platforms

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.