menu

WinForms

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

    Show / Hide Table of Contents

    Class LineStyleWrapper

    Inheritance
    System.Object
    LineStyleWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class LineStyleWrapper

    Constructors

    LineStyleWrapper()

    Declaration
    public LineStyleWrapper()

    Properties

    DashCap

    Declaration
    public DashCap DashCap { get; set; }
    Property Value
    Type
    System.Drawing.Drawing2D.DashCap

    DashOffset

    Declaration
    public float DashOffset { get; set; }
    Property Value
    Type
    System.Single

    DashPattern

    Declaration
    public float[] DashPattern { get; set; }
    Property Value
    Type
    System.Single[]

    DashStyle

    Declaration
    public DashStyle DashStyle { get; set; }
    Property Value
    Type
    System.Drawing.Drawing2D.DashStyle

    EndCap

    Declaration
    public LineCap EndCap { get; set; }
    Property Value
    Type
    System.Drawing.Drawing2D.LineCap

    LineColor

    Declaration
    public Color LineColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    LineJoin

    Declaration
    public LineJoin LineJoin { get; set; }
    Property Value
    Type
    System.Drawing.Drawing2D.LineJoin

    LineWidth

    Declaration
    public float LineWidth { get; set; }
    Property Value
    Type
    System.Single

    MiterLimit

    Declaration
    public float MiterLimit { get; set; }
    Property Value
    Type
    System.Single

    Methods

    DeserializeLineStyle(LineStyle)

    Declaration
    public void DeserializeLineStyle(LineStyle style)
    Parameters
    Type Name Description
    LineStyle style

    SerializeLineStyle(LineStyle)

    Declaration
    public void SerializeLineStyle(LineStyle style)
    Parameters
    Type Name Description
    LineStyle style
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved