InsetClip.BottomInset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.