C# Class BallsGame.Helpers.BindingHelper

Datei anzeigen Open project: TelerikAcademy/Windows-Applications

Public Properties

Property Type Description
CanvasLeftBindingPathProperty Windows.UI.Xaml.DependencyProperty
CanvasTopBindingPathProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetCanvasLeftBindingPath ( DependencyObject obj ) : string
GetCanvasTopBindingPath ( DependencyObject obj ) : string
SetCanvasLeftBindingPath ( DependencyObject obj, string value ) : void
SetCanvasTopBindingPath ( DependencyObject obj, string value ) : void

Private Methods

Method Description
HandleCanvasBindingPathChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetCanvasLeftBindingPath() public static method

public static GetCanvasLeftBindingPath ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
return string

GetCanvasTopBindingPath() public static method

public static GetCanvasTopBindingPath ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
return string

SetCanvasLeftBindingPath() public static method

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

SetCanvasTopBindingPath() public static method

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

Property Details

CanvasLeftBindingPathProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CanvasLeftBindingPathProperty
return Windows.UI.Xaml.DependencyProperty

CanvasTopBindingPathProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CanvasTopBindingPathProperty
return Windows.UI.Xaml.DependencyProperty