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