다음을 통해 공유


CompositionSpriteShape.IsStrokeNonScaling 속성

정의

셰이프의 윤곽선 크기 조정 여부를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

bool

셰이프의 윤곽선이 조정되지 않으면 true입니다. 그렇지 않으면 false입니다.

적용 대상