Gets or sets the Thickness of the cell borders.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public Nullable<Thickness> BorderThickness { get; set; }
Visual Basic
Public Property BorderThickness As Nullable(Of Thickness)
	Get
	Set

See Also