Click or drag to resize
CanvasStrokeStyleTransformBehavior Property
Gets or sets how the world transform, dots per inch (DPI), and stroke width affect the shape of the pen.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasStrokeTransformBehavior TransformBehavior { get; set; }

Property Value

Type: CanvasStrokeTransformBehavior
See Also