ConfiguredView.ExpandToFitWidth Property (Microsoft.PerformancePoint.Scorecards)

If true, the scorecard expands to fit the width of its container in the view.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Overridable Property ExpandToFitWidth As Boolean
'Usage
Dim instance As ConfiguredView
Dim value As Boolean

value = instance.ExpandToFitWidth

instance.ExpandToFitWidth = value
[XmlAttributeAttribute] 
public virtual bool ExpandToFitWidth { get; set; }

See Also

Reference

ConfiguredView Class
ConfiguredView Members
Microsoft.PerformancePoint.Scorecards Namespace