Effect.ImplicitInput 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 類別中用作筆刷時,行為是未定義的。