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

适用于