InsetClip.BottomInset Property

Definition

Gets or sets the offset from the bottom of the visual. The portion of the visual below the BottomtInset will be clipped. Animatable.

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

Property Value

Single

float

The offset from the bottom of the visual.

Remarks

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

Applies to