Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 916 Bytes

File metadata and controls

48 lines (30 loc) · 916 Bytes

ImportButton

A simple button that allows for the import of data.

Displays a file with an arrow to bottom right.

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

public class ImportButton : Metrolib.Controls.FlatIconButton

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

Unfocused

<Metrolib:ImportButton />

Image of ImportButton, Unfocused

Hovered

<Metrolib:ImportButton />

Image of ImportButton, Hovered

Pressed

<Metrolib:ImportButton />

Image of ImportButton, Pressed

Disabled

<Metrolib:ImportButton IsEnabled="False" />

Image of ImportButton, Disabled

Properties