Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.