DashedLineStyle.DashedLineStyle Constructors
Initializes a new instance of the DashedLineStyle class.
Overload List
Name | Description | |
---|---|---|
Public method | DashedLineStyle() | Initializes a new instance of the DashedLineStyle class. |
Public method | DashedLineStyle(DoubleCollection dashes) | Initializes a new instance of the DashedLineStyle class with the given dashes. |
Public method | DashedLineStyle(IEnumerable< System.Double > dashes) | Initializes a new instance of the DashedLineStyle class with the given dashes. |
DashedLineStyle()
Initializes a new instance of the DashedLineStyle class.Syntax
public DashedLineStyle ()
DashedLineStyle(DoubleCollection dashes)
Initializes a new instance of the DashedLineStyle class with the given dashes.Syntax
public DashedLineStyle (
DoubleCollection dashes
)
Parameters
dashes
Type: A collection of System.Double elements.
A collection that contains the length of the dashes and spaces between the dashes.
A collection that contains the length of the dashes and spaces between the dashes.
DashedLineStyle(IEnumerable< System.Double > dashes)
Initializes a new instance of the DashedLineStyle class with the given dashes.Syntax
public DashedLineStyle (
IEnumerable< System.Double > dashes
)
Parameters
dashes
Type: A collection of System::Double elements.
A collection that contains the length of the dashes and spaces between the dashes.
A collection that contains the length of the dashes and spaces between the dashes.
Platforms
Windows, Linux, Android