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.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ControlCornersOptions Corners { get; }
Property Value
Type | Description |
---|---|
ControlCornersOptions |
Remarks
The following picture illustrates the meaning of the ControlCornersOptions.Top property for the VerticalResourceHeaders control in the report designer:
See Also