RectangleClip.Right Property

Definition

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.

Applies to