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