Back to Devexpress

DayViewTimeRuler.Corners Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-dayviewtimeruler-ea211ea2.md

latest1.8 KB
Original Source

DayViewTimeRuler.Corners Property

Provides access to the options defined for proper alignment of the DayViewTimeRuler control.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ControlCornersOptions Corners { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property Corners As ControlCornersOptions

Property Value

TypeDescription
ControlCornersOptions

A ControlCornersOptions object, containing options for the time ruler corners.

|

Remarks

The following picture illustrates the meaning of the ControlCornersOptions.Top property for the DayViewTimeRuler control in the report designer:

See Also

DayViewTimeRuler Class

DayViewTimeRuler Members

DevExpress.XtraScheduler.Reporting Namespace