다음을 통해 공유


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입니다.

적용 대상