Share via


DashboardItem.AutoSizeHeight property

Gets or sets a Boolean value that indicates whether the object height is sized automatically or whether it uses a specific height.

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

Syntax

'Declaration
Public Property AutoSizeHeight As Boolean
    Get
    Set
'Usage
Dim instance As DashboardItem
Dim value As Boolean

value = instance.AutoSizeHeight

instance.AutoSizeHeight = value
public bool AutoSizeHeight { get; set; }

Property value

Type: System.Boolean
true if the object height is sized automatically; false if it uses a specific height.

See also

Reference

DashboardItem class

DashboardItem members

Microsoft.PerformancePoint.Scorecards namespace