Back to Devexpress

HeaderImageAlign Enum

corelibraries-devexpress-dot-xtrascheduler-e643b67f.md

latest2.0 KB
Original Source

HeaderImageAlign Enum

Specifies how an image is positioned relative to the text within a resource header.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum HeaderImageAlign
vb
Public Enum HeaderImageAlign

Members

NameDescription
Left

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

| | Top |

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

| | Right |

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

| | Bottom |

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

|

The following properties accept/return HeaderImageAlign values:

Remarks

Values listed by the HeaderImageAlign enumeration are used to set the SchedulerResourceHeaderOptionsBase.ImageAlign property.

See Also

DevExpress.XtraScheduler Namespace