Back to Devexpress

SchedulerResourceHeaderOptions.ImageSize Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerresourceheaderoptions.md

latest1.7 KB
Original Source

SchedulerResourceHeaderOptions.ImageSize Property

Gets or sets the size of an image which is shown within a resource header.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty]
public Size ImageSize { get; set; }
vb
<XtraSerializableProperty>
Public Property ImageSize As Size

Property Value

TypeDescription
Size

A System.Drawing.Size value which represents the size of an image.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ImageSize
SchedulerOptionsView

.ResourceHeaders .ImageSize

|

Remarks

If the ImageSize is set to System.Drawing.Size.Empty, then the image is shown using its original size.

See Also

SchedulerResourceHeaderOptions Class

SchedulerResourceHeaderOptions Members

DevExpress.XtraScheduler Namespace