Partager via


CompositionSpriteShape.IsStrokeNonScaling Propriété

Définition

Obtient ou définit une valeur qui spécifie si le contour de la forme est mis à l’échelle.

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

Valeur de propriété

Boolean

bool

true si le contour de la forme n’est pas mis à l’échelle ; sinon, false.

S’applique à