Int32Rect.X Property

Definition

Gets or sets the x-coordinate of the top-left corner of the rectangle.

public:
 property int X { int get(); void set(int value); };
public int X { get; set; }
member this.X : int with get, set
Public Property X As Integer

Property Value

The x-coordinate of the top-left corner of the rectangle. The default value is 0.

Applies to