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

DashboardElementContainer members

Microsoft.PerformancePoint.Scorecards namespace