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 | |
Attached |
|
Attached |
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | |
value | FontFamily |
Return Value
Type | Description |
---|---|
void |