Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 673 Bytes

insetclip_leftinset.md

File metadata and controls

26 lines (16 loc) · 673 Bytes
-api-id -api-type
P:Microsoft.UI.Composition.InsetClip.LeftInset
winrt property

Microsoft.UI.Composition.InsetClip.LeftInset

-description

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.

-property-value

The offset from the left of the visual.

-remarks

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

-examples

-see-also