Share via


DrawingGroup.BitmapEffectInput 属性

定义

获取或设置 DrawingGroup 应用其 BitmapEffect 以及可能将 BitmapSource 用作其 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

属性值

BitmapEffect 应用其 DrawingGroup 以及可能将 BitmapSource 用作输入的区域;或者如果 BitmapEffect 应用到整个 DrawingGroup 并将 DrawingGroup 用作其输入,则为 null。 默认值为 null

注解

依赖项属性信息

标识符字段 BitmapEffectInputProperty
元数据属性设置为 true

适用于