RectangleClip.Left 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 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.