InputFormControl.SmallIndent Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SmallIndent As Boolean
Get
Set
'Usage
Dim instance As InputFormControl
Dim value As Boolean
value = instance.SmallIndent
instance.SmallIndent = value
public bool SmallIndent { get; set; }
Property Value
Type: System.Boolean