DrawingGroup.BitmapEffectInput 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 |
无 |