Share via


Ribbon.HeaderScalingEnabled Property

Gets or sets whether the Server ribbon has scaling turned on for the tab headers.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Protected Overridable Property HeaderScalingEnabled As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.HeaderScalingEnabled

Me.HeaderScalingEnabled = value
protected virtual bool HeaderScalingEnabled { get; set; }

Property Value

Type: System.Boolean
true if scaling is enabled; otherwise, false.

See Also

Reference

Ribbon Class

Ribbon Members

Microsoft.Web.CommandUI Namespace