Canvas.LeftProperty プロパティ

定義

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

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

プロパティ値

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

属性

注釈

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

適用対象

こちらもご覧ください