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

HeaderControl.ContentTransform Property

Gets a transformation applied to the header’s content. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

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

Declaration

public Transform ContentTransform { get; }

Property Value

Type Description
Transform

A Transform object that defines a transformation in a 2-D plane.

See Also