menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IStrokeAttributes - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IStrokeAttributes

    Stroke attribute interface.

    Namespace: Syncfusion.SVG.IO
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IStrokeAttributes

    Properties

    Stroke

    Gets or sets the stroke.

    Declaration
    NoneColor Stroke { get; set; }
    Property Value
    Type Description
    NoneColor

    The stroke.

    StrokeDasharray

    Gets or sets the stroke dasharray.

    Declaration
    FloatArray StrokeDasharray { get; set; }
    Property Value
    Type Description
    FloatArray

    The stroke dasharray.

    StrokeDashoffset

    Gets or sets the stroke dashoffset.

    Declaration
    Length StrokeDashoffset { get; set; }
    Property Value
    Type Description
    Length

    The stroke dashoffset.

    StrokeLinecap

    Gets or sets the stroke linecap.

    Declaration
    EStrokeLinecap StrokeLinecap { get; set; }
    Property Value
    Type Description
    EStrokeLinecap

    The stroke linecap.

    StrokeLinejoin

    Gets or sets the stroke linejoin.

    Declaration
    EStrokeLinejoin StrokeLinejoin { get; set; }
    Property Value
    Type Description
    EStrokeLinejoin

    The stroke linejoin.

    StrokeMiterlimit

    Gets or sets the stroke miterlimit.

    Declaration
    Number StrokeMiterlimit { get; set; }
    Property Value
    Type Description
    Number

    The stroke miterlimit.

    StrokeOpacity

    Gets or sets the stroke opacity.

    Declaration
    Opacity StrokeOpacity { get; set; }
    Property Value
    Type Description
    Opacity

    The stroke opacity.

    StrokeWidth

    Gets or sets the width of the stroke.

    Declaration
    Length StrokeWidth { get; set; }
    Property Value
    Type Description
    Length

    The width of the stroke.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved