Back to Devexpress

SchedulerResourceHeaderOptions.ImageInterpolationMode Property

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

latest2.0 KB
Original Source

SchedulerResourceHeaderOptions.ImageInterpolationMode Property

Gets or sets the algorithm used for image scaling in the headers.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(InterpolationMode.Default)]
[XtraSerializableProperty]
public InterpolationMode ImageInterpolationMode { get; set; }
vb
<DefaultValue(InterpolationMode.Default)>
<XtraSerializableProperty>
Public Property ImageInterpolationMode As InterpolationMode

Property Value

TypeDefaultDescription
InterpolationModeDefault

An InterpolationMode enumeration member specifying the algorithm that is used when images are scaled.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ImageInterpolationMode
SchedulerOptionsView

.ResourceHeaders .ImageInterpolationMode

|

Remarks

See Also

SchedulerResourceHeaderOptions Class

SchedulerResourceHeaderOptions Members

DevExpress.XtraScheduler Namespace