Decorator.VisualChildrenCount Özellik

Tanım

bu örneğinin Decoratorgörsel alt öğelerinin sayısına eşit bir değer alır.

protected:
 virtual property int VisualChildrenCount { int get(); };
protected override int VisualChildrenCount { get; }
member this.VisualChildrenCount : int
Protected Overrides ReadOnly Property VisualChildrenCount As Integer

Özellik Değeri

Int32

Görsel alt öğe sayısı.

Açıklamalar

bir Decorator alt koleksiyonunda yalnızca bir alt nesneye sahip olabileceğinden, bu özellik her zaman 0 veya 1'i raporlar.

Şunlara uygulanır