Skip to main content

SchedulerResourceHeaderOptionsBase.ImageAlign Property

Gets or sets the image alignment within a resource header.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[DefaultValue(HeaderImageAlign.Left)]
public HeaderImageAlign ImageAlign { get; set; }

Property Value

Type Default Description
HeaderImageAlign Left

A HeaderImageAlign enumeration value which specifies how the image is aligned.

Available values:

Name Description
Left

A resource image is aligned to the left of the text.

HeaderImageAlign.Left.png

Top

A resource image is aligned to the top of the text.

HeaderImageAlign.Top.png

Right

A resource image is aligned to the right of the text.

HeaderImageAlign.Right.png

Bottom

A resource image is aligned to the bottom of the text.

HeaderImageAlign.Bottom.png

See Also