BreadCrumbTrail.VerticalMode プロパティ (Microsoft.SharePoint.Portal.WebControls)
レイアウトが縦であるか横であるかを示す値を取得または設定します。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<ResourcesAttribute("Webpart_Property_VerticalMode_Text", "Webpart__Custome_Property_Text", "Webpart_Property_VerticalMode_Description")> _
<DefaultValueAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property VerticalMode As Boolean
'使用
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; }
プロパティ値
レイアウトが縦である場合はブール値 true、横である場合は false。
関連項目
参照
BreadCrumbTrail クラス
BreadCrumbTrail メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間