CompositionSpriteShape.StrokeLineJoin 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 or sets a CompositionStrokeLineJoin enumeration value that specifies the type of join used at the vertices of a shape.
public:
property CompositionStrokeLineJoin StrokeLineJoin { CompositionStrokeLineJoin get(); void set(CompositionStrokeLineJoin value); };
CompositionStrokeLineJoin StrokeLineJoin();
void StrokeLineJoin(CompositionStrokeLineJoin value);
public CompositionStrokeLineJoin StrokeLineJoin { get; set; }
var compositionStrokeLineJoin = compositionSpriteShape.strokeLineJoin;
compositionSpriteShape.strokeLineJoin = compositionStrokeLineJoin;
Public Property StrokeLineJoin As CompositionStrokeLineJoin
Property Value
An enumeration value that specifies the type of join used at the vertices of a shape. The default is Miter.