TabControlHelper.

SetUnderlined(UIElement, UnderlinedType) Method

Namespace
MahApps.Metro.Controls
Containing Type
TabControlHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(TabControl))]
public static void SetUnderlined(UIElement element, UnderlinedType value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value UnderlinedType

Return Value

Type Description
void