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 연결된 속성을 설정하며 이 식별자가 필요하지 않습니다.

적용 대상

추가 정보