Compartir a través de


ScrollView.Content Propiedad

Definición

Obtiene o establece el contenido que se puede desplazar, desplazar o acercar.

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

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

Valor de propiedad

Contenido que se puede desplazar, desplazar o acercar.

Se aplica a