InsetClip.RightInset 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 right of the visual. The portion of the visual to the right of the RightInset will be clipped. Animatable.
public:
property float RightInset { float get(); void set(float value); };
float RightInset();
void RightInset(float value);
public float RightInset { get; set; }
var single = insetClip.rightInset;
insetClip.rightInset = single;
Public Property RightInset As Single
Property Value
Single
float
The offset from the right of the visual.
Remarks
This property can be animated. Call CompositionObject.StartAnimation to associate it with a CompositionAnimation.