Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 913 Bytes

File metadata and controls

48 lines (30 loc) · 913 Bytes

ExportButton

A simple button that allows for the export of data.

Displays a file with an arrow to top right.

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

public class ExportButton : Metrolib.Controls.FlatIconButton

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

Unfocused

<Metrolib:ExportButton />

Image of ExportButton, Unfocused

Hovered

<Metrolib:ExportButton />

Image of ExportButton, Hovered

Pressed

<Metrolib:ExportButton />

Image of ExportButton, Pressed

Disabled

<Metrolib:ExportButton IsEnabled="False" />

Image of ExportButton, Disabled

Properties