Skip to main content
A newer version of this page is available. .

ControlCornersOptions.Top Property

Gets or sets an indent from the top corner.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.SchedulerReporting

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public int Top { get; set; }

Property Value

Type Default Description
Int32 0

An integer value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Top
DayViewTimeRuler
.Corners .Top
VerticalResourceHeaders
.Corners .Top
See Also