←Select platform

FieldOrientation Property

Summary

The orientation of OmrField.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public OmrFieldOrientation FieldOrientation { get; set; } 
<DataMemberAttribute()>  
Public Property FieldOrientation() As OmrFieldOrientation 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property OmrFieldOrientation^ FieldOrientation 
   { 
      OmrFieldOrientation^ get() 
      void set(OmrFieldOrientation^ value) 
   } 

Property Value

A value of type OmrFieldOrientation that determines the field orientation. The default value is RowWise.

Remarks

Setting FieldOrientation for an OmrField, results in rearranging the internal OmrCollections objects.

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

Leadtools.Forms.Processing.Omr Assembly

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