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