Share via


InputFormSection.TopPadding property

Gets or sets the Boolean TopPadding property.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property TopPadding As Boolean
    Get
    Set
'Usage
Dim instance As InputFormSection
Dim value As Boolean

value = instance.TopPadding

instance.TopPadding = value
public bool TopPadding { get; set; }

Property value

Type: System.Boolean

See also

Reference

InputFormSection class

InputFormSection members

Microsoft.SharePoint.WebControls namespace