DashboardElementContainer.IsHorizontal Method

Returns a Boolean value that indicates whether the layout is horizontal, 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 IsHorizontal As Boolean
'Usage
Dim instance As DashboardElementContainer
Dim returnValue As Boolean

returnValue = instance.IsHorizontal()
public bool IsHorizontal()

Return Value

Type: System.Boolean
true if the value of the LayoutOrientation enumeration is HorizontalLeftJustified or HorizontalRightJustified; otherwise false.

See Also

Reference

DashboardElementContainer Class

DashboardElementContainer Members

Microsoft.PerformancePoint.Scorecards Namespace