FeatureLinkSections.VerticallyAlignSections Property
Gets or sets a value that specifies whether sections will be vertically aligned.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property VerticallyAlignSections As Boolean
Get
Set
'Usage
Dim instance As FeatureLinkSections
Dim value As Boolean
value = instance.VerticallyAlignSections
instance.VerticallyAlignSections = value
public bool VerticallyAlignSections { get; set; }
Property Value
Type: System.Boolean
true if the sections will be vertically aligned; otherwise, false.