: BreadCrumbTrail.VerticalMode (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets a value indicating whether the layout is vertical or horizontal.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<ResourcesAttribute("Webpart_Property_VerticalMode_Text", "Webpart__Custome_Property_Text", "Webpart_Property_VerticalMode_Description")> _
<DefaultValueAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property VerticalMode As Boolean
'Uso
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")]
[DefaultValueAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public bool VerticalMode { get; set; }
Valor de propiedad
Boolean true if the layout is vertical; otherwise, horizontal.
Vea también
Referencia
BreadCrumbTrail (Clase)
BreadCrumbTrail (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)