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