BitmapEffectGroup.Children Property

Definition

Note: This API is now obsolete. The non-obsolete alternative is Effect. Gets or sets the children of the BitmapEffectGroup.

public:
 property System::Windows::Media::Effects::BitmapEffectCollection ^ Children { System::Windows::Media::Effects::BitmapEffectCollection ^ get(); void set(System::Windows::Media::Effects::BitmapEffectCollection ^ value); };
public System.Windows.Media.Effects.BitmapEffectCollection Children { get; set; }
member this.Children : System.Windows.Media.Effects.BitmapEffectCollection with get, set
Public Property Children As BitmapEffectCollection

Property Value

The children of the effects group as a BitmapEffectCollection.

Remarks

Dependency Property Information

Identifier field ChildrenProperty
Metadata properties set to true None

Applies to