C# Class PocketCampus.Map.MapEx

Extensions to map functionality.
Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Свойство Type Description
DisplayedLevelProperty System.Windows.DependencyProperty
LevelProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetDisplayedLevel ( DependencyObject obj ) : int
GetLevel ( DependencyObject obj ) : int
SetDisplayedLevel ( DependencyObject obj, int value ) : void
SetLevel ( DependencyObject obj, int value ) : void

Private Methods

Méthode Description
OnLevelChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Occurs when an item changes its level, or the map changes its displayed level.

Method Details

GetDisplayedLevel() public static méthode

public static GetDisplayedLevel ( DependencyObject obj ) : int
obj System.Windows.DependencyObject
Résultat int

GetLevel() public static méthode

public static GetLevel ( DependencyObject obj ) : int
obj System.Windows.DependencyObject
Résultat int

SetDisplayedLevel() public static méthode

public static SetDisplayedLevel ( DependencyObject obj, int value ) : void
obj System.Windows.DependencyObject
value int
Résultat void

SetLevel() public static méthode

public static SetLevel ( DependencyObject obj, int value ) : void
obj System.Windows.DependencyObject
value int
Résultat void

Property Details

DisplayedLevelProperty public_oe static_oe property

public static DependencyProperty,System.Windows DisplayedLevelProperty
Résultat System.Windows.DependencyProperty

LevelProperty public_oe static_oe property

public static DependencyProperty,System.Windows LevelProperty
Résultat System.Windows.DependencyProperty