RelativePositions.ExternalTopSide-Eigenschaft

Ruft den äußeren oberen Rand eines Elements auf der Entwurfsoberfläche ab.

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

Syntax

'Declaration
Public Shared ReadOnly Property ExternalTopSide As RelativePosition
    Get
public static RelativePosition ExternalTopSide { get; }
public:
static property RelativePosition^ ExternalTopSide {
    RelativePosition^ get ();
}
static member ExternalTopSide : RelativePosition
static function get ExternalTopSide () : RelativePosition

Eigenschaftswert

Typ: Microsoft.Windows.Design.Interaction.RelativePosition
Eine RelativePosition, die den äußeren oberen Rand eines Elements auf der Entwurfsoberfläche darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

RelativePositions Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit