Share via


UserControl.Content Properti

Definisi

Mendapatkan atau mengatur konten yang terkandung dalam kontrol pengguna.

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

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = userControl.content;
userControl.content = uIElement;
Public Property Content As UIElement
<UserControl ...>
  singleContentElement
</UserControl>
-or-
<UserControl .../>

Nilai Properti

Konten kontrol pengguna.

Berlaku untuk