CompositionSpriteShape.IsStrokeNonScaling 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 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.