C# Class XamlForIphone.UIElement

Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: Clancey/XamlForIphone

Private Properties

Свойство Type Description
AddToView void
ArrangeInternal void
EnsureDesignMode void
RaiseUIAVisibilityChanged void
UIElement System
VisibilityPropertyChanged void
setupEvents void
uielement_invalidate_arrange void
uielement_invalidate_measure void
uielement_measure void

Méthodes publiques

Méthode Description
AddSubview ( MonoTouch view ) : void
Arrange ( Rect finalRect ) : void
InvalidateArrange ( ) : void
InvalidateMeasure ( ) : void
Measure ( Size availableSize ) : void
UpdateLayout ( ) : void

Méthodes protégées

Méthode Description
CreateHandle ( ) : void

Private Methods

Méthode Description
AddToView ( UIElement parent ) : void
ArrangeInternal ( Rect finalRect ) : void
EnsureDesignMode ( ) : void
RaiseUIAVisibilityChanged ( DependencyPropertyChangedEventArgs args ) : void
UIElement ( ) : System
VisibilityPropertyChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs args ) : void
setupEvents ( ) : void
uielement_invalidate_arrange ( ) : void
uielement_invalidate_measure ( ) : void
uielement_measure ( Size availableSize ) : void

Method Details

AddSubview() public méthode

public AddSubview ( MonoTouch view ) : void
view MonoTouch
Résultat void

Arrange() public méthode

public Arrange ( Rect finalRect ) : void
finalRect Rect
Résultat void

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

InvalidateArrange() public méthode

public InvalidateArrange ( ) : void
Résultat void

InvalidateMeasure() public méthode

public InvalidateMeasure ( ) : void
Résultat void

Measure() public méthode

public Measure ( Size availableSize ) : void
availableSize Size
Résultat void

UpdateLayout() public méthode

public UpdateLayout ( ) : void
Résultat void