Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.62 KB

inktoolbarpenbutton_minstrokewidth.md

File metadata and controls

30 lines (19 loc) · 1.62 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.InkToolbarPenButton.MinStrokeWidth
winrt property

Windows.UI.Xaml.Controls.InkToolbarPenButton.MinStrokeWidth

-description

Gets or sets the minimum possible Size of an ink stroke.

For ballpoint pen and pencil strokes, MinStrokeWidth specifies both the minimum Height and Width of a Rectangle pen tip.

For highlighter strokes, MinStrokeWidth specifies the minimum height of a Rectangle pen tip, while MinStrokeWidth/3 specifies the minimum width.

Custom pen stroke dimensions can be set as required.

-property-value

The maximum possible width of the ink stroke. The default is 0.

-remarks

-examples

-see-also

Pen and stylus interactions, Add an InkToolbar to a Universal Windows Platform (UWP) app, Get Started Tutorial: Support ink in your UWP app, MinStrokeWidthProperty, Ink sample (JavaScript), Get Started Tutorial: Support ink in your UWP app, Coloring book sample, Family notes sample