Rectangle.Left Propriedade
Definição
public:
property int Left { int get(); };
[System.ComponentModel.Browsable(false)]
public int Left { get; }
public int Left { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Left : int
member this.Left : int
Public ReadOnly Property Left As Integer
Valor da propriedade
A coordenada X da borda superior esquerda desta estrutura Rectangle.The x-coordinate of the left edge of this Rectangle structure.
- Atributos