Share via


InsetClip.BottomInset 属性

定义

获取或设置距视觉对象底部的偏移量。 将剪裁 BottomtInset 下面的视觉对象部分。 可进行动画处理。

public:
 property float BottomInset { float get(); void set(float value); };
float BottomInset();

void BottomInset(float value);
public float BottomInset { get; set; }
var single = insetClip.bottomInset;
insetClip.bottomInset = single;
Public Property BottomInset As Single

属性值

Single

float

与视觉对象底部的偏移量。

注解

此属性可以进行动画处理。 调用 CompositionObject.StartAnimation 以将其与 CompositionAnimation 相关联。

适用于