C# 클래스 WinRTXamlToolkit.Controls.DockPanel

Arranges child elements around the edges of the panel. Optionally, last added child element can occupy the remaining space.
상속: Windows.UI.Xaml.Controls.Panel
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
DockProperty Windows.UI.Xaml.DependencyProperty
LastChildFillProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
DockPanel ( ) : System

Initializes a new instance of the T:System.Windows.Controls.DockPanel class.

비공개 메소드들

메소드 설명
ArrangeOverride ( Size arrangeSize ) : Size
GetDock ( UIElement element ) : Dock
MeasureOverride ( Size constraint ) : Size
OnDockPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnLastChildFillPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

LastChildFillProperty property changed handler.

SetDock ( UIElement element, Dock dock ) : void

메소드 상세

DockPanel() 공개 메소드

Initializes a new instance of the T:System.Windows.Controls.DockPanel class.
public DockPanel ( ) : System
리턴 System

프로퍼티 상세

DockProperty 공개적으로 정적으로 프로퍼티

Identifies the P:System.Windows.Controls.DockPanel.Dock attached property.
public static DependencyProperty,Windows.UI.Xaml DockProperty
리턴 Windows.UI.Xaml.DependencyProperty

LastChildFillProperty 공개적으로 정적으로 프로퍼티

Identifies the P:System.Windows.Controls.DockPanel.LastChildFill dependency property.
public static DependencyProperty,Windows.UI.Xaml LastChildFillProperty
리턴 Windows.UI.Xaml.DependencyProperty