Border.StrokeDashPattern Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the stroke dash pattern as a float array for platform rendering.
public:
property cli::array <float> ^ StrokeDashPattern { cli::array <float> ^ get(); };
public float[]? StrokeDashPattern { get; }
member this.StrokeDashPattern : single[]
Public ReadOnly Property StrokeDashPattern As Single()
Property Value
A float array containing the dash pattern values, or null for a solid line.