共用方式為


Effect.ImplicitInput 屬性

定義

當它作為輸入時,會Brush產生該位元圖UIElementEffectEffect

public:
 static property System::Windows::Media::Brush ^ ImplicitInput { System::Windows::Media::Brush ^ get(); };
public static System.Windows.Media.Brush ImplicitInput { get; }
[System.ComponentModel.Browsable(false)]
public static System.Windows.Media.Brush ImplicitInput { get; }
static member ImplicitInput : System.Windows.Media.Brush
[<System.ComponentModel.Browsable(false)>]
static member ImplicitInput : System.Windows.Media.Brush
Public Shared ReadOnly Property ImplicitInput As Brush

屬性值

Brush 個作為輸入。

屬性

備註

將該 ImplicitInput 屬性作為 Brush 值輸入 ShaderEffect的值。

屬性ImplicitInput代表來自被套用的渲染UIElementEffect所產生的著色器輸入。

備註

ImplicitInput 在其他 WPF 類別中用作筆刷時,行為是未定義的。

適用於

另請參閱