Share via


DashboardElementContainer.Orientation property

Gets or sets the orientation of the objects in the container.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property Orientation As LayoutOrientation
    Get
    Set
'Usage
Dim instance As DashboardElementContainer
Dim value As LayoutOrientation

value = instance.Orientation

instance.Orientation = value
public LayoutOrientation Orientation { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.LayoutOrientation
The orientation of the objects in the container.

See also

Reference

DashboardElementContainer class

DashboardElementContainer members

Microsoft.PerformancePoint.Scorecards namespace