Gets or sets the border thickness of the cells in the row. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness CellBorderThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CellBorderThickness As Thickness |
A WPF Thickness.
See Also