DrawingGroup.BitmapEffectInput Propiedad

Definición

Obtiene o establece la región donde DrawingGroup aplica y BitmapEffect , opcionalmente, un BitmapSource objeto que se va a usar como entrada para su BitmapEffect.

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

Valor de propiedad

Región donde se aplica el BitmapEffectDrawingGroup de y, opcionalmente, el objeto BitmapSource que se va a usar como entrada; o null si BitmapEffect se aplica a todo DrawingGroup y usa como DrawingGroup entrada. El valor predeterminado es null.

Comentarios

Información de la propiedad dependency

Elemento Value
Campo identificador BitmapEffectInputProperty
Propiedades de metadatos establecidas en true Ninguno

Se aplica a