Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DrawingAttributes::FitToCurve Property

 

Gets or sets a value that indicates whether Bezier smoothing is used to render the Stroke.

Namespace:   System.Windows.Ink
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool FitToCurve {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to use Bezier smoothing to render the Stroke; otherwise false. The default is false.

This property is not typically used in XAML.

The following example demonstrates how to set the FitToCurve property. The example assumes that your application has an InkCanvas called inkCanvas1, and two DrawingAttributes objects called inkDA and highlighterDA. For the complete example, see the DrawingAttributes class overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft