다음을 통해 공유


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