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