Class LayoutFieldInfo
Summary description for LayoutFieldInfo.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class LayoutFieldInfo : LayoutInfo, ILayoutInfo, ILayoutSpacingsInfo
Constructors
LayoutFieldInfo(ChildrenLayoutDirection)
Initializes a new instance of the LayoutFieldInfo class.
Declaration
public LayoutFieldInfo(ChildrenLayoutDirection childLayoutDirection)
Parameters
Type | Name | Description |
---|---|---|
ChildrenLayoutDirection | childLayoutDirection | if set to |
Properties
FieldType
Gets or sets the type of the field.
Declaration
public int FieldType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The type of the field. |