DataGridHelper.

SetColumnHeaderPadding(DependencyObject, Thickness) Method

Summary

Sets the padding inside the column.
Namespace
MahApps.Metro.Controls
Containing Type
DataGridHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(DataGrid))]
public static void SetColumnHeaderPadding(DependencyObject element, Thickness value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element DependencyObject
value Thickness

Return Value

Type Description
void