Shape.Right

Shape.Right property

Represents the width of the shape’s horizontal offset from its lower right corner column, in unit of pixels.

public int Right { get; set; }

Examples


[C#]
if (shape.Right == 3)
    shape.Right = 1;

See Also