Skip to content
SeRgI1982 edited this page Aug 30, 2017 · 4 revisions

In this Task we will create a custom control which will be represent Add Button.
To achieve it we will suggest on Floating Action Button (Material Design)

Floating Action Button

  • contains Path which is a PART of the control,
  • derives on Control,
  • expose Dependency Properties:
    • Command,
    • Geometry,
  • animates (rotates) when mouse is over the control,
  • shrinks when is pressed.

An introduction to the topic of building custom control is here.
A good explanation how WPF looking for ControlTemplates and Styles for Custom Controls is here.

Clone this wiki locally