DashboardElementContainer.IsVertical Method
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)
Syntax
'Declaration
Public Function IsVertical As Boolean
'Usage
Dim instance As DashboardElementContainer
Dim returnValue As Boolean
returnValue = instance.IsVertical()
public bool IsVertical()
Return Value
Type: System.Boolean
true if the value of the LayoutOrientation enumeration is VerticalTopJustified, VerticalBottomJustified, Stacked or Hidden; otherwise false.
See Also
Reference
DashboardElementContainer Class