InsetClip.LeftInset 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 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.