Share via


ConfiguredView.ExpandToFitWidth property

Gets or sets a Boolean value that indicates whether the scorecard expands to fit the width of its container.

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

Syntax

'Declaration
Public Overridable Property ExpandToFitWidth As Boolean
    Get
    Set
'Usage
Dim instance As ConfiguredView
Dim value As Boolean

value = instance.ExpandToFitWidth

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

Property value

Type: System.Boolean

Remarks

true if the scorecard is enabled to expand to fit the width of its container in the view; otherwise false.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace