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


SplitView.Content Свойство

Определение

Возвращает или задает содержимое main панели SplitView.

public:
 property UIElement ^ Content { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Content();

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = splitView.content;
splitView.content = uIElement;
Public Property Content As UIElement
<SplitView>
  singleObject
</SplitView>

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

Содержимое панели main Объекта SplitView. Значение по умолчанию — NULL.

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