Share via


InsetClip.RightInset 属性

定义

获取或设置视觉对象右侧的偏移量。 将剪裁 RightInset 右侧的视觉对象部分。 可动画处理。

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

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

属性值

Single

float

与视觉对象右侧的偏移量。

注解

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

适用于