←Select platform

Alignment Property

Summary

(Read only) Gets the column alignment after detection.

Syntax

C#
VB
C++
Java
public FieldAlignment Alignment { get; } 
  
Public ReadOnly Property Alignment As FieldAlignment 
public FieldAlignment getAlignment(); 
public void setAlignment( 
   FieldAlignment fieldAlignment 
); 
public: 
property FieldAlignment Alignment { 
   FieldAlignment get(); 
} 

Property Value

Column fields alignment.

Remarks

This value is valid after processing TableFormField that contains TableColumn.

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.Forms.Processing Assembly