December 2014
Intermediate to advanced
512 pages
17h 4m
English
A Shape is a 2D vector-based drawing that can be placed anywhere that any other element can be placed. For example, Chapter 1, “What Is XAML?” shows how easy it is to embed a square in a Button by using Rectangle (which derives from Shape):
<Button> <Rectangle Height="10" Width="10" Fill="White"/></Button>
Six classes derive from Shape:
Rectangle
Ellipse
Line
Polyline
Polygon
Path
Although Shape itself can’t ...
Read now
Unlock full access