InsetClip.LeftInset Property

Definition

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

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

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

Property Value

Single

float

The offset from the left of the visual.

Remarks

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

Applies to