DatePickerHelper.

SetDropDownButtonFontSize(DependencyObject, double) Method

Summary

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

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value double

Return Value

Type Description
void