Skip to main content
A newer version of this page is available. .

DXTabbedWindow.HeaderIndentInNormalState Property

Gets or sets the window’s header indent in the normal state. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public double HeaderIndentInNormalState { get; set; }

Property Value

Type Description
Double

A System.Double value specifying the window’s header indent in the normal state.

See Also