Canvas.LeftProperty Propriété

Définition

Identifie la propriété jointe XAML Canvas.Left .

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

Valeur de propriété

Identificateur de la propriété jointe XAML Canvas.Left .

Attributs

Remarques

Cette propriété est uniquement un identificateur pour le système de propriétés et n’est pas utilisée dans la plupart des scénarios d’application. Dans la plupart des cas, vous définissez la propriété jointe XAML Canvas.Left en XAML et vous n’aurez pas besoin de cet identificateur.

S’applique à

Voir aussi