CompositionEffectBrush.SetSourceParameter(String, CompositionBrush) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Associates a name declared using CompositionEffectSourceParameter to an effect source.
public:
virtual void SetSourceParameter(Platform::String ^ name, CompositionBrush ^ source) = SetSourceParameter;
void SetSourceParameter(winrt::hstring const& name, CompositionBrush const& source);
public void SetSourceParameter(string name, CompositionBrush source);
function setSourceParameter(name, source)
Public Sub SetSourceParameter (name As String, source As CompositionBrush)
Parameters
- name
-
String
Platform::String
winrt::hstring
The name of the source parameter.
- source
- CompositionBrush
The source to pass to the effect.