Bagikan melalui


Viewbox.Child Properti

Definisi

Mendapatkan atau mengatur elemen anak tunggal dari elemen Viewbox .

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

void Child(UIElement value);
public UIElement Child { get; set; }
var uIElement = viewbox.child;
viewbox.child = uIElement;
Public Property Child As UIElement
<ViewBox ...>
  child
</ViewBox>

Nilai Properti

Elemen anak tunggal dari elemen Viewbox .

Berlaku untuk