Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the layout and orientation of objects on a dashboard page.
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 | |
|---|---|---|
| HorizontalLeftJustified | Represents a horizontal layout where adjacent objects are left justified. | |
| HorizontalRightJustified | Represents a horizontal layout where adjacent objects are right justified. | |
| VerticalBottomJustified | Represents a vertical layout where adjacent objects are bottom justified. | |
| VerticalTopJustified | Represents a vertical layout where adjacent objects are top justified. | |
| Stacked | Represents stacked objects (so that only one is visible at a time). | |
| Hidden | Represents objects that are not displayed on the final page. |