Compartir a través de


RelativePoint (Constructor) (RelativePosition, Point)

Inicializa una nueva instancia de la clase RelativePoint para el punto no relativo especificado.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public Sub New ( _
    position As RelativePosition, _
    point As Point _
)
public RelativePoint(
    RelativePosition position,
    Point point
)
public:
RelativePoint(
    RelativePosition^ position, 
    Point point
)
new : 
        position:RelativePosition * 
        point:Point -> RelativePoint
public function RelativePoint(
    position : RelativePosition, 
    point : Point
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

RelativePoint Estructura

RelativePoint (Sobrecarga)

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer