DashboardElementContainer.IsVertical-Methode
Gibt einen booleschen Wert, der angibt, ob das Layout vertikal, basierend auf dem Wert der LayoutOrientation -Enumeration.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function IsVertical As Boolean
'Usage
Dim instance As DashboardElementContainer
Dim returnValue As Boolean
returnValue = instance.IsVertical()
public bool IsVertical()
Rückgabewert
Typ: System.Boolean
true ist der Wert der LayoutOrientation -Enumeration VerticalTopJustified, VerticalBottomJustified, Stacked oder Hidden; andernfalls false.
Siehe auch
Referenz
DashboardElementContainer Klasse