Поделиться через


TwoPaneView.Pane2 Свойство

Определение

Возвращает или задает содержимое панели 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

Значение свойства

Содержимое панели 2.

Применяется к