InsetClip.TopInset Property

Definition

Gets or sets the offset from the top of the visual. The portion of the visual above the TopInset will be clipped. Animatable.

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

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

Property Value

Single

float

The offset from the top of the visual.

Remarks

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

Applies to