다음을 통해 공유


ConnectedAnimation.IsScaleAnimationEnabled 속성

정의

연결된 애니메이션의 배율 구성 요소를 사용해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

void IsScaleAnimationEnabled(bool value);
public bool IsScaleAnimationEnabled { get; set; }
var boolean = connectedAnimation.isScaleAnimationEnabled;
connectedAnimation.isScaleAnimationEnabled = boolean;
Public Property IsScaleAnimationEnabled As Boolean

속성 값

Boolean

bool

연결된 애니메이션의 배율 구성 요소를 사용해야 하는 경우 true입니다. 그렇지 않으면 false입니다. 기본값은 true입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

적용 대상