CanvasPathGeometry.CreateStrokeStyle(String) Method
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.
Parses the give CanvasStrokeStyle data string and converts it to CanvasStrokeStyle.
C#
public static Microsoft.Graphics.Canvas.Geometry.CanvasStrokeStyle CreateStrokeStyle (string styleData);
static member CreateStrokeStyle : string -> Microsoft.Graphics.Canvas.Geometry.CanvasStrokeStyle
Public Shared Function CreateStrokeStyle (styleData As String) As CanvasStrokeStyle
- styleData
- String
CanvasStrokeStyle data in string format
Microsoft.Graphics.Canvas.Geometry.CanvasStrokeStyle
Microsoft.Graphics.Canvas.Geometry.CanvasStrokeStyle object
Produit | Versions |
---|---|
Windows Community Toolkit | 7.0.0, 7.1.0 |