Pen.ScalingStroke Property
Gets or sets a value that determines how the Dashes and Width properties are interpreted.
Thread safety: This property is not thread-safe.
Syntax
public System.Boolean ScalingStroke { get; set; }
Property Value
Type: System.Boolean
Default: false
True specifies that the dash and width values are specified in the length unit of the view; False, that the dash and width values are specified in pixels.
Default: false
True specifies that the dash and width values are specified in the length unit of the view; False, that the dash and width values are specified in pixels.
Platforms
Windows, Linux, Android