DatePickerHelper.

SetDropDownButtonFontFamily(DependencyObject, FontFamily) Method

Summary

Sets the font family of the desired font.
Namespace
MahApps.Metro.Controls
Containing Type
DatePickerHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(DatePicker))]
[AttachedPropertyBrowsableForType(typeof(TimePickerBase))]
public static void SetDropDownButtonFontFamily(DependencyObject obj, FontFamily value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value FontFamily

Return Value

Type Description
void