Class StrokeStyle1
[Guid("10a72a66-e91c-43f4-993f-ddf4b82b0b4a")]
public class StrokeStyle1 : StrokeStyle
- Inheritance
-
StrokeStyle1
- Inherited Members
Constructors
StrokeStyle1(Factory1, StrokeStyleProperties1)
Initializes a new instance of the StrokeStyle1 class.
public StrokeStyle1(Factory1 factory, StrokeStyleProperties1 strokeStyleProperties)
Parameters
factory
Factory1The factory.
strokeStyleProperties
StrokeStyleProperties1No documentation.
StrokeStyle1(Factory1, StrokeStyleProperties1, float[])
Initializes a new instance of the StrokeStyle1 class.
public StrokeStyle1(Factory1 factory, StrokeStyleProperties1 strokeStyleProperties, float[] dashes)
Parameters
factory
Factory1The factory.
strokeStyleProperties
StrokeStyleProperties1No documentation.
dashes
float[]No documentation.
Remarks
It is valid to specify a dash array only if Custom is also specified.
StrokeStyle1(nint)
public StrokeStyle1(nint nativePtr)
Parameters
nativePtr
nint
Properties
StrokeTransformType
Gets the stroke transform type.
public StrokeTransformType StrokeTransformType { get; }
Property Value
Operators
explicit operator StrokeStyle1(nint)
public static explicit operator StrokeStyle1(nint nativePtr)
Parameters
nativePtr
nint