Freigeben über


Canvas.TopProperty Eigenschaft

Definition

Gibt die Canvas.Top angefügte XAML-Eigenschaft an.

public:
 static property DependencyProperty ^ TopProperty { DependencyProperty ^ get(); };
/// [get: Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
static DependencyProperty TopProperty();
/// [get: Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
/// [Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
static DependencyProperty TopProperty();
public static DependencyProperty TopProperty { [Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable] get; }
[Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
public static DependencyProperty TopProperty { [Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable] get; }
var dependencyProperty = Canvas.topProperty;
Public Shared ReadOnly Property TopProperty As DependencyProperty

Eigenschaftswert

Der Bezeichner für die Canvas.Top angefügte XAML-Eigenschaft.

Attribute

Hinweise

Diese Eigenschaft ist nur ein Bezeichner für das Eigenschaftensystem und wird in den meisten App-Szenarien nicht verwendet. In den meisten Fällen legen Sie die Canvas.Top angefügte XAML-Eigenschaft in XAML fest und benötigen diesen Bezeichner nicht.

Gilt für:

Weitere Informationen