RectangleClip.Right 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 the edge defined by Right
will be clipped. Animatable.
public:
property float Right { float get(); void set(float value); };
float Right();
void Right(float value);
public float Right { get; set; }
var single = rectangleClip.right;
rectangleClip.right = single;
Public Property Right As Single
Property Value
Single
float
The offset from the right of the visual, in pixels.