CellStyle.BottomBorderThickness Property
Gets or sets the bottom border thickness of cells.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public double BottomBorderThickness { get; set; }
Property Value
Type | Description |
---|---|
Double | The bottom border thickness of the cell, in density independent pixels. |
See Also