LayoutOrientation Enumeration (Microsoft.PerformancePoint.Scorecards)

The layout orientation of items that are visually placed next to one another.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Enumeration LayoutOrientation
'Usage
Dim instance As LayoutOrientation
public enum LayoutOrientation

Members

  Member name Description
Hidden Item is not displayed in the final page.  
HorizontalLeftJustified Horizontal layout where adjacent items are left justfied.  
HorizontalRightJustified Horizontal layout where adjacent items are right justfied.  
Stacked Items are stacked so that only one is visible at a time.  
VerticalBottomJustified Vertical layout where adjacent items are bottom justfied.  
VerticalTopJustified Vertical layout where adjacent items are top justfied.  

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace