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

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.v19.1.Reporting.dll

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