DashboardItem.AutoSizeWidth Property
Gets or sets a Boolean value that indicates whether the object width is sized automatically or whether it uses a specific width.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property AutoSizeWidth As Boolean
Get
Set
'Usage
Dim instance As DashboardItem
Dim value As Boolean
value = instance.AutoSizeWidth
instance.AutoSizeWidth = value
public bool AutoSizeWidth { get; set; }
Property Value
Type: System.Boolean
true if the object width is sized automatically; false if it uses a specific width.