SchedulerResourceHeaderOptionsBase.ImageAlign Property
Gets or sets the image alignment within a resource header.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
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. |
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