RectangleClip.Left Property

Definition

Gets or sets the offset from the left of the visual. The portion of the visual to the left of the edge defined by Left will be clipped. Animatable.

public:
 property float Left { float get(); void set(float value); };
float Left();

void Left(float value);
public float Left { get; set; }
var single = rectangleClip.left;
rectangleClip.left = single;
Public Property Left As Single

Property Value

Single

float

The offset from the left of the visual, in pixels.

Applies to