ScrollPresenter.Content Proprietà

Definizione

Ottiene o imposta il contenuto che può essere scorrevole, panoramica o ingrandita.

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

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = scrollPresenter.content;
scrollPresenter.content = uIElement;
Public Property Content As UIElement

Valore della proprietà

Contenuto che può essere scorrevole, panoramica o ingrandita.

Si applica a