HeaderedControlHelper Class

Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["HeaderedControlHelper"] class Type type-node

Syntax

public static class HeaderedControlHelper

Fields

Methods

Name Value Summary
GetHeaderBackground(UIElement) Brush
Gets the value of the Background for the header.
static
GetHeaderFontFamily(UIElement) FontFamily
Gets the value of the FontFamily for the header.
static
GetHeaderFontSize(UIElement) double
Gets the value of the FontSize for the header.
static
GetHeaderFontStretch(UIElement) FontStretch
Gets the value of the FontStretch for the header.
static
GetHeaderFontWeight(UIElement) FontWeight
Gets the value of the FontWeight for the header.
static
GetHeaderForeground(UIElement) Brush
Gets the value of the Foreground for the header.
static
GetHeaderHorizontalContentAlignment(UIElement) HorizontalAlignment
Gets the horizontal alignment of the header.
static
GetHeaderMargin(UIElement) Thickness
Gets or sets the outer margin for the header.
static
GetHeaderVerticalContentAlignment(UIElement) VerticalAlignment
Gets the vertical alignment of the header.
static
SetHeaderBackground(UIElement, Brush) void
Sets the value of the Background for the header.
static
SetHeaderFontFamily(UIElement, FontFamily) void
Sets the value of the FontFamily for the header.
static
SetHeaderFontSize(UIElement, double) void
Sets the value of the FontSize for the header.
static
SetHeaderFontStretch(UIElement, FontStretch) void
Sets the value of the FontStretch for the header.
static
SetHeaderFontWeight(UIElement, FontWeight) void
Sets the value of the FontWeight for the header.
static
SetHeaderForeground(UIElement, Brush) void
Sets the value of the Foreground for the header.
static
SetHeaderHorizontalContentAlignment(UIElement, HorizontalAlignment) void
Sets the horizontal alignment of the header.
static
SetHeaderMargin(UIElement, Thickness) void
Sets or sets the outer margin for the header.
static
SetHeaderVerticalContentAlignment(UIElement, VerticalAlignment) void
Sets the vertical alignment of the header.
static