Skip to main content

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.v23.2.dll

NuGet Package: 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