Click or drag to resize

FieldLayout Properties

The FieldLayout type exposes the following members.

Properties
  NameDescription
Public propertyExtracted
Identifies whether or not the field layout was extracted from a layout spec.
Public propertyFlags
Field layout flags parsed from the LayoutFlags in the field layout spec.
Public propertyHasLabelSpec
Specifies whether or not the field layout spec included a label spec.
Public propertyHeight
Field height (in pixels).
Public propertyLabelLeft
Label left position (in pixels). Valid only if HasLabelSpec is true.
Public propertyLabelTop
Label top position (in pixels). Valid only if HasLabelSpec is true.
Public propertyLayoutFlags
The raw field layout flags from the field layout spec. See FieldLayoutFlags.
Public propertyLeft
Field left position (in pixels).
Public propertyStyleOverrides
Style overrides to be added to the control's Style attribute.
Public propertyTabIndex
Field tab index, if specified.
Public propertyTop
Field top position (in pixels).
Public propertyWidth
Field width.
Top
See Also