ShaderEffect.UpdateShaderValue(DependencyProperty) Method

Definition

Notifies the effect that the shader constant or sampler corresponding to the specified dependency property should be updated.

protected:
 void UpdateShaderValue(System::Windows::DependencyProperty ^ dp);
protected void UpdateShaderValue (System.Windows.DependencyProperty dp);
member this.UpdateShaderValue : System.Windows.DependencyProperty -> unit
Protected Sub UpdateShaderValue (dp As DependencyProperty)

Parameters

dp
DependencyProperty

The dependency property to be updated.

Applies to

See also