메소드 | 설명 | |
---|---|---|
ApplyTo ( |
Applies this template, and view-model, to the given ContentControl (with stretched content).
|
|
ApplyTo ( |
Applies this template, and view-model, to the given ContentControl.
|
|
ViewTemplate ( ) : System |
Constructor.
|
|
ViewTemplate ( System.Windows.DataTemplate template, INotifyPropertyChanged viewModel ) : System |
Constructor.
|
메소드 | 설명 | |
---|---|---|
OnDisposed ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateStretchedContentStyle ( ) : System.Windows.Style |
public ApplyTo ( |
||
control | The control to apply this to. | |
리턴 | void |
public ApplyTo ( |
||
control | The control to apply this to. | |
stretchContent | bool | Flag indicating if the content-alignment should be set to stretch. |
리턴 | void |
public ViewTemplate ( System.Windows.DataTemplate template, INotifyPropertyChanged viewModel ) : System | ||
template | System.Windows.DataTemplate | The XAML template. |
viewModel | INotifyPropertyChanged | The view-model (the logical representation of the view). |
리턴 | System |