Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Returns a Boolean value that indicates whether the layout is vertical, based on the value of the LayoutOrientation enumeration.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
'Declaration
Public Function IsVertical As Boolean
'Usage
Dim instance As DashboardElementContainer
Dim returnValue As Boolean
returnValue = instance.IsVertical()
public bool IsVertical()
Type: System.Boolean
true if the value of the LayoutOrientation enumeration is VerticalTopJustified, VerticalBottomJustified, Stacked or Hidden; otherwise false.
DashboardElementContainer Class