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 中引入)

适用于