Skip to main content

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.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ControlCornersOptions Corners { get; }

Property Value

Type Description
ControlCornersOptions

A ControlCornersOptions

Remarks

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

Corner_Res

See Also