Summary
Helper for setting
MaximumRecentColorsCountProperty
on obj.- Namespace
- MahApps
.Metro .Controls - Containing Type
- BuildInColorPalettes
Syntax
[AttachedPropertyBrowsableForType(typeof(ColorPickerBase))]
public static void SetMaximumRecentColorsCount(DependencyObject obj, int value)
Attributes
Type | Description |
---|---|
Attached |
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | DependencyObject to set MaximumRecentColorsCountProperty on. |
value | int | MaximumRecentColorsCount property value. |
Return Value
Type | Description |
---|---|
void |