SchedulerResourceHeaderOptionsBase.ImageAlign Property
Gets or sets the image alignment within a resource header.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
HeaderImageAlign | 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. |
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. |
See Also