Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 936 Bytes

File metadata and controls

48 lines (30 loc) · 936 Bytes

DownloadButton

A button which can be used to download something.

Displays a downward arrow with a line beneath.

Namespace: Metrolib.Controls
Assembly: Metrolib (in Metrolib.dll)

public class DownloadButton : Metrolib.Controls.FlatIconButton

Inheritance Object -> DispatcherObject -> DependencyObject -> Visual -> UIElement -> FrameworkElement -> Control -> ContentControl -> ButtonBase -> Button -> FlatButton -> FlatIconButton -> DownloadButton

Unfocused

<Metrolib:DownloadButton />

Image of DownloadButton, Unfocused

Hovered

<Metrolib:DownloadButton />

Image of DownloadButton, Hovered

Pressed

<Metrolib:DownloadButton />

Image of DownloadButton, Pressed

Disabled

<Metrolib:DownloadButton IsEnabled="False" />

Image of DownloadButton, Disabled

Properties