MindFusion.Wpf Pack Programmer's Guide
DataGrid.RowBorderThickness Property
See Also
 





Gets or sets the border thickness of grid rows. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public Thickness RowBorderThickness { get; set; }

Visual Basic  Copy Code

Public Property RowBorderThickness As Thickness

 Property Value

A WPF Thickness.

 See Also

DataGrid Members
DataGrid Class
MindFusion.DataViews.Wpf Namespace