Open.Core.Common.ViewTemplate.ApplyTo C# (CSharp) Méthode

ApplyTo() public méthode

Applies this template, and view-model, to the given ContentControl (with stretched content).
public ApplyTo ( ContentControl control ) : void
control System.Windows.Controls.ContentControl The control to apply this to.
Résultat void
        public void ApplyTo(ContentControl control)
        {
            ApplyTo(control, true);
        }

Same methods

ViewTemplate::ApplyTo ( ContentControl control, bool stretchContent ) : void