C# Class BallsGame.Helpers.BindingHelper

Afficher le fichier Open project: TelerikAcademy/Windows-Applications

Méthodes publiques

Свойство Type Description
CanvasLeftBindingPathProperty Windows.UI.Xaml.DependencyProperty
CanvasTopBindingPathProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetCanvasLeftBindingPath ( DependencyObject obj ) : string
GetCanvasTopBindingPath ( DependencyObject obj ) : string
SetCanvasLeftBindingPath ( DependencyObject obj, string value ) : void
SetCanvasTopBindingPath ( DependencyObject obj, string value ) : void

Private Methods

Méthode Description
HandleCanvasBindingPathChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetCanvasLeftBindingPath() public static méthode

public static GetCanvasLeftBindingPath ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
Résultat string

GetCanvasTopBindingPath() public static méthode

public static GetCanvasTopBindingPath ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
Résultat string

SetCanvasLeftBindingPath() public static méthode

public static SetCanvasLeftBindingPath ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
Résultat void

SetCanvasTopBindingPath() public static méthode

public static SetCanvasTopBindingPath ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
Résultat void

Property Details

CanvasLeftBindingPathProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CanvasLeftBindingPathProperty
Résultat Windows.UI.Xaml.DependencyProperty

CanvasTopBindingPathProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CanvasTopBindingPathProperty
Résultat Windows.UI.Xaml.DependencyProperty