Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 999 Bytes

File metadata and controls

49 lines (31 loc) · 999 Bytes

PreviousButton

A button used to jump to the previous something, for example the previous occurrence of a search term in a document.

Displays an upwards arrow.

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

public class PreviousButton : Metrolib.Controls.FlatIconButton

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

Unfocused

<Metrolib:PreviousButton />

Image of PreviousButton, Unfocused

Hovered

<Metrolib:PreviousButton />

Image of PreviousButton, Hovered

Pressed

<Metrolib:PreviousButton />

Image of PreviousButton, Pressed

Disabled

<Metrolib:PreviousButton IsEnabled="False" />

Image of PreviousButton, Disabled

Properties