Este tema aún no ha recibido ninguna valoración - Valorar este tema

FrameworkTemplate.VisualTree (Propiedad)

Gets or sets the root node of the template.

Espacio de nombres: System.Windows
Ensamblado: PresentationFramework (en presentationframework.dll)
Espacio de nombres XML:  http://schemas.microsoft.com/winfx/2006/xaml/presentation

public FrameworkElementFactory VisualTree { get; set; }
/** @property */
public FrameworkElementFactory get_VisualTree ()

/** @property */
public void set_VisualTree (FrameworkElementFactory value)

public function get VisualTree () : FrameworkElementFactory

public function set VisualTree (value : FrameworkElementFactory)

<object>
  <VisualTreeRootNode>VisualTreeNodeContents
  </VisualTreeRootNode>
</object>
 VisualTreeRootNode  A single XAML element as the immediate child of the FrameworkTemplate  subclass. Templates must have a single root node. In order to generate a useful template, the element chosen as VisualTreeRootNode is expected to support a content model of its own, often a model that supports multiple child elements.  VisualTreeNodeContents  One or more elements that complete the intended template. If the element chosen as VisualTreeRootNode only supports a single child, then there can only be one element declared as VisualTreeNodeContents. It is also possible (though uncommon) to provide text content if the chosen VisualTreeRootNode supports a text content property.  

Valor de propiedad

The root node of the template.

Microsoft .NET Framework 3.0 es compatible con Windows Vista, Microsoft Windows XP SP2 y Windows Server 2003 SP1.

.NET Framework

Compatible con: 3.0
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.