MonthViewActualAppearance.CellBottomBorderThickness Property
Gets the bottom border’s thickness value that is applied to the MonthView cells. To specify this color, use the MonthViewCellAppearance‘s BottomBorderThickness inherited property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double CellBottomBorderThickness { get; }
Property Value
Type | Description |
---|---|
Double | The border border’s thickness. |
See Also