InsetClip.RightInset Property

Definition

Gets or sets the offset from the right of the visual. The portion of the visual to the right of the RightInset will be clipped. Animatable.

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

Property Value

Single

float

The offset from the right of the visual.

Remarks

This property can be animated. Call CompositionObject.StartAnimation to associate it with a CompositionAnimation.

Applies to