FormItemRow.Indentation Property
Gets or sets a value indicating that the form item row will be indented.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Indentation As Boolean
Get
Set
'Usage
Dim instance As FormItemRow
Dim value As Boolean
value = instance.Indentation
instance.Indentation = value
public bool Indentation { get; set; }
Property Value
Type: System.Boolean