DashStyle
Class
Defines the dash style of a pen.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public class DashStyle
Inheritance: objectDashStyle
Constructors
Initializes a new instance of the DashStyle class.
C#
public DashStyle()
Initializes a new instance of the DashStyle class.
C#
public DashStyle(DoubleCollection dashes, double offset)
Properties
Dashes
DoubleCollection
Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to outline shapes.
C#
public DoubleCollection Dashes { get; }
Gets or sets the unique identifier of the style.
C#
public int Id { get; set; }
The id.
Methods
Creates an exact copy of this pen.