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

Inheritance: Windows.UI.Xaml.Controls.ContentPresenter
显示文件 Open project: jbe2277/waf

Private Properties

Property Type Description
LazyContentPropertyChangedCallback void
UpdateContent void
UpdateIsVisible void

Public Methods

Method Description
LazyContentPresenter ( ) : Windows.Foundation

Initializes a new instance of the LazyContentPresenter class.

Protected Methods

Method 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

Method Description
LazyContentPropertyChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
UpdateContent ( ) : void
UpdateIsVisible ( ) : void

Method Details

ArrangeOverride() protected method

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.
return Windows.Foundation.Size

LazyContentPresenter() public method

Initializes a new instance of the LazyContentPresenter class.
public LazyContentPresenter ( ) : Windows.Foundation
return Windows.Foundation