ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / StrokeWidth Property

In This Topic
    StrokeWidth Property
    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 Single
    public float StrokeWidth {get; set;}
    See Also