DrawingGroup.BitmapEffectInput Propriété
Définition
Obtient ou définit la région où le DrawingGroup applique son BitmapEffect et, éventuellement, un BitmapSource à utiliser comme entrée pour son BitmapEffect.Gets or sets the region where the DrawingGroup applies its BitmapEffect and, optionally, a BitmapSource to use as input for its 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
Valeur de propriété
La région où l'BitmapEffect du DrawingGroup est appliqué et, éventuellement, la BitmapSource à utiliser comme entrée ; ou null
si l'BitmapEffect s'applique au DrawingGroup entier et utilise le DrawingGroup comme son entrée.The region where the BitmapEffect of the DrawingGroup is applied and, optionally, the BitmapSource to use as input; or null
if the BitmapEffect applies to the whole DrawingGroup and uses the DrawingGroup as its input. La valeur par défaut est null
.The default is null
.
Remarques
Informations sur les propriétés de dépendanceDependency Property Information
Champ d’identificateurIdentifier field | BitmapEffectInputProperty |
Propriétés de métadonnées définies sur true Metadata properties set to true |
AucunNone |