Share via


CompositionSpriteShape.IsStrokeNonScaling Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Gliederung des Shapes skaliert wird, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

true , wenn die Kontur der Form nicht skaliert wird; andernfalls false.

Gilt für: