Skip to content

Releases: MahApps/MahApps.Metro.IconPacks

MahApps.Metro.IconPacks v1.3.0

12 Oct 19:17

Choose a tag to compare

MahApps.Metro.IconPacks v1.2.0

06 Oct 21:20

Choose a tag to compare

  • Fix the output of CopyToClipboard command
  • Add new enumeration value None to PackIcons enumerations as an empty placeholder, so users can work with this in style or template triggers very well.
  • New properties to manipulate the inner icon
Property Description
Flip Gets or sets the flip orientation. Possible values are Normal, Horizontal, Vertical or Both from the enumeration type PackIconFlipOrientation.
Rotation Gets or sets the rotation (angle) of the inner icon. Possible values are 0-360.
Spin Gets or sets a value indicating whether the inner icon is spinning (rotating) (true or false).
SpinDuration Gets or sets the duration of the spinning animation (in seconds). This will also restart the spin animation and works only if Spin property is set to true.
SpinEasingFunction Gets or sets the EasingFunction (IEasingFunction) of the spinning animation. This will also restart the spin animation and works only if Spin property is set to true.
SpinAutoReverse Gets or sets the AutoReverse of the spinning animation. This will also restart the spin animation and works only if Spin property is set to true.
  • Update Material icons to v1.7.22

2016-10-06_23h54_45

MahApps.Metro.IconPacks v1.1.0

22 Sep 21:37

Choose a tag to compare

  • Brand new IconPacks Browser (available as compiled application)
  • Update Material icons to v1.7.12
  • Minor tweak on inner path (set SnapsToDevicePixels="False")

MahApps.Metro.IconPacks v1.0.0

26 Jul 01:00

Choose a tag to compare

This is the first release of MahApps.Metro.IconPacks.