DataGridHelper.

GetCellPadding(DependencyObject) Method

Summary

Gets the padding inside the cell.
Namespace
MahApps.Metro.Controls
Containing Type
DataGridHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(DataGrid))]
[AttachedPropertyBrowsableForType(typeof(DataGridRow))]
public static Thickness GetCellPadding(DependencyObject element)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element DependencyObject

Return Value

Type Description
Thickness