BreadCrumbTrail.VerticalMode Property
NOTE: This API is now obsolete.
Gets or sets a value indicating whether the layout is vertical or horizontal.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ResourcesAttribute("Webpart_Property_VerticalMode_Text", "Webpart__Custome_Property_Text", _
"Webpart_Property_VerticalMode_Description")> _
<WebPartStorageAttribute(Storage.Shared)> _
<ObsoleteAttribute("Control is obsolete. Please use asp:SiteMapPath instead")> _
Public Property VerticalMode As Boolean
Get
Set
'Usage
Dim instance As BreadCrumbTrail
Dim value As Boolean
value = instance.VerticalMode
instance.VerticalMode = value
[ResourcesAttribute("Webpart_Property_VerticalMode_Text", "Webpart__Custome_Property_Text",
"Webpart_Property_VerticalMode_Description")]
[WebPartStorageAttribute(Storage.Shared)]
[ObsoleteAttribute("Control is obsolete. Please use asp:SiteMapPath instead")]
public bool VerticalMode { get; set; }
Property Value
Type: System.Boolean
Boolean true if the layout is vertical; otherwise, horizontal.