Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
OnDisposed ( ) : void |
Method | Description | |
---|---|---|
CreateStretchedContentStyle ( ) : System.Windows.Style |
public ApplyTo ( |
||
control | The control to apply this to. | |
return | void |
public ApplyTo ( |
||
control | The control to apply this to. | |
stretchContent | bool | Flag indicating if the content-alignment should be set to stretch. |
return | 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). |
return | System |