C# Class System.Waf.Presentation.Controls.LazyContentPresenter

Inheritance: Windows.UI.Xaml.Controls.ContentPresenter
Afficher le fichier Open project: jbe2277/waf

Private Properties

Свойство Type Description
LazyContentPropertyChangedCallback void
UpdateContent void
UpdateIsVisible void

Méthodes publiques

Méthode Description
LazyContentPresenter ( ) : Windows.Foundation

Initializes a new instance of the LazyContentPresenter class.

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size

Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.

Private Methods

Méthode Description
LazyContentPropertyChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
UpdateContent ( ) : void
UpdateIsVisible ( ) : void

Method Details

ArrangeOverride() protected méthode

Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.
protected ArrangeOverride ( Size finalSize ) : Size
finalSize Windows.Foundation.Size The final area within the parent that this object should use to arrange itself and its children.
Résultat Windows.Foundation.Size

LazyContentPresenter() public méthode

Initializes a new instance of the LazyContentPresenter class.
public LazyContentPresenter ( ) : Windows.Foundation
Résultat Windows.Foundation