Canvas.TopProperty プロパティ

定義

CANVAS.TOP XAML 添付プロパティを識別します。

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

プロパティ値

Canvas.Top XAML 添付プロパティの識別子。

属性

注釈

このプロパティはプロパティ システムの識別子のみで、ほとんどのアプリ シナリオでは使用されません。 ほとんどの場合、XAML で Canvas.Top XAML 添付プロパティを設定します。この識別子は必要ありません。

適用対象

こちらもご覧ください