BitmapEffectGroup.Children Propiedad

Definición

Nota: esta API ya está obsoleta. La alternativa no obsoleta es el método Effect. Obtiene o establece el elemento secundario de 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

Valor de propiedad

Los elementos secundarios de los efectos se agrupan como BitmapEffectCollection.

Comentarios

Información sobre propiedades de dependencia

Campo identificador ChildrenProperty
Propiedades de metadatos establecidas en true Ninguno

Se aplica a