CompositionSpriteShape.IsStrokeNonScaling Property

Definition

Gets or sets a value that specifies whether the shape's outline scales.

public:
 property bool IsStrokeNonScaling { bool get(); void set(bool value); };
bool IsStrokeNonScaling();

void IsStrokeNonScaling(bool value);
public bool IsStrokeNonScaling { get; set; }
var boolean = compositionSpriteShape.isStrokeNonScaling;
compositionSpriteShape.isStrokeNonScaling = boolean;
Public Property IsStrokeNonScaling As Boolean

Property Value

Boolean

bool

true if the shape's outline does not scale; otherwise, false.

Applies to