Back to Devexpress

VerticalResourceHeaders.Corners Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-verticalresourceheaders-c63516a2.md

latest1.9 KB
Original Source

VerticalResourceHeaders.Corners Property

Provides access to settings that characterize how the control corners should be adjusted for proper alignment with linked controls.

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

|

Remarks

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

See Also

VerticalResourceHeaders Class

VerticalResourceHeaders Members

DevExpress.XtraScheduler.Reporting Namespace