C# 클래스 System.Waf.Presentation.Controls.LazyContentPresenter

상속: Windows.UI.Xaml.Controls.ContentPresenter
파일 보기 프로젝트 열기: jbe2277/waf

Private Properties

프로퍼티 타입 설명
LazyContentPropertyChangedCallback void
UpdateContent void
UpdateIsVisible void

공개 메소드들

메소드 설명
LazyContentPresenter ( ) : Windows.Foundation

Initializes a new instance of the LazyContentPresenter class.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
LazyContentPropertyChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
UpdateContent ( ) : void
UpdateIsVisible ( ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

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

LazyContentPresenter() 공개 메소드

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