Partilhar via


Propriedade RelativePoint.X

Obtém ou define a coordenada x da RelativePoint estrutura.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Property X As Double
    Get
    Set
public double X { get; set; }
public:
property double X {
    double get ();
    void set (double value);
}
member X : float with get, set
function get X () : double
function set X (value : double)

Valor de propriedade

Tipo: System.Double
A coordenada x da RelativePoint estrutura.

Segurança do .NET Framework

Consulte também

Referência

RelativePoint Estrutura

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Extensibilidade do WPF Designer