HeaderImageSizeMode Enum
Specifies how an image is positioned within a resource header.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Members
Name | Description |
---|---|
Normal
|
The image is displayed in the center of the resource header. If the image is larger than the resource header, its top left corner is fit into the header, and the other edges are clipped. |
Center
|
The image is displayed in the center of the resource header. If the image is larger than the resource header, it is centered and the outside edges are clipped. |
Stretch
|
The image within the resource header is stretched or shrunk to the Scheduler If the Image |
Zoom
|
The image within the resource header is resized, maintaining the size ratio. It is resized to the Scheduler |
#Related API Members
The following properties accept/return HeaderImageSizeMode values:
#Remarks
Values listed by the HeaderImageSizeMode enumeration are used to set the SchedulerResourceHeaderOptionsBase.ImageSizeMode property.