TwoPaneView.Pane2 Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el contenido del panel 2.
public:
property UIElement ^ Pane2 { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Pane2();
void Pane2(UIElement value);
public UIElement Pane2 { get; set; }
var uIElement = twoPaneView.pane2;
twoPaneView.pane2 = uIElement;
Public Property Pane2 As UIElement
Valor de propiedad
El contenido del panel 2.