DrawingAttributes.Height Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the height of the stylus that is used to draw a Stroke.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<DrawingAttributes Height="double"/>
Property Value
Type: System.DoubleThe height of the stylus that is used to draw a Stroke. The default is 2 logical pixels.
The following code example demonstrates how to set the Height property. This is part of a larger example available in DrawingAttributes class overview.
Show: