SchedulerResourceHeaderOptionsBase.ImageAlign Property
In This Article
Gets or sets the image alignment within a resource header.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
[DefaultValue(HeaderImageAlign.Left)]
public HeaderImageAlign ImageAlign { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Header |
Left | A Header |
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