StrokeWidth Property (RenderTarget)
In This Topic
Get or set the default stroke width used for all methods that are not explicitly using it. Default is set to 1.0f.
Syntax
'Declaration
Public Property StrokeWidth As System.Single
public System.float StrokeWidth {get; set;}
See Also