C# Class XamlControls.UINavigationBar

Inheritance: MonoTouch.UIKit.UINavigationBar, IDependencyObject
Afficher le fichier Open project: Clancey/ClanceyLib

Private Properties

Свойство Type Description
GetLocalValueEnumerator System.Windows.LocalValueEnumerator
InvalidateProperty void
register void

Méthodes publiques

Méthode Description
ClearValue ( DependencyProperty dp ) : void
ClearValue ( System.Windows.DependencyPropertyKey key ) : void
CoerceValue ( DependencyProperty dp ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValue ( DependencyProperty dp ) : object
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
ReadLocalValue ( DependencyProperty dp ) : object
SetValue ( DependencyProperty dp, object value ) : void
SetValue ( System.Windows.DependencyPropertyKey key, object value ) : void
ShouldSerializeProperty ( DependencyProperty dp ) : bool
UINavigationBar ( ) : System

Private Methods

Méthode Description
GetLocalValueEnumerator ( ) : System.Windows.LocalValueEnumerator
InvalidateProperty ( DependencyProperty dp ) : void
register ( Type t, DependencyProperty dp ) : void

Method Details

ClearValue() public méthode

public ClearValue ( DependencyProperty dp ) : void
dp System.Windows.DependencyProperty
Résultat void

ClearValue() public méthode

public ClearValue ( System.Windows.DependencyPropertyKey key ) : void
key System.Windows.DependencyPropertyKey
Résultat void

CoerceValue() public méthode

public CoerceValue ( DependencyProperty dp ) : void
dp System.Windows.DependencyProperty
Résultat void

Equals() public final méthode

public final Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public final méthode

public final GetHashCode ( ) : int
Résultat int

GetValue() public méthode

public GetValue ( DependencyProperty dp ) : object
dp System.Windows.DependencyProperty
Résultat object

OnPropertyChanged() public méthode

public OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

ReadLocalValue() public méthode

public ReadLocalValue ( DependencyProperty dp ) : object
dp System.Windows.DependencyProperty
Résultat object

SetValue() public méthode

public SetValue ( DependencyProperty dp, object value ) : void
dp System.Windows.DependencyProperty
value object
Résultat void

SetValue() public méthode

public SetValue ( System.Windows.DependencyPropertyKey key, object value ) : void
key System.Windows.DependencyPropertyKey
value object
Résultat void

ShouldSerializeProperty() public méthode

public ShouldSerializeProperty ( DependencyProperty dp ) : bool
dp System.Windows.DependencyProperty
Résultat bool

UINavigationBar() public méthode

public UINavigationBar ( ) : System
Résultat System