CompositionSpriteShape.StrokeLineJoin Property

Definition

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.

Applies to