CompositionEffectBrush.GetSourceParameter(String) 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.
Retrieves a CompositionBrush associated with a given CompositionEffectSourceParameter name.
public:
virtual CompositionBrush ^ GetSourceParameter(Platform::String ^ name) = GetSourceParameter;
CompositionBrush GetSourceParameter(winrt::hstring const& name);
public CompositionBrush GetSourceParameter(string name);
function getSourceParameter(name)
Public Function GetSourceParameter (name As String) As CompositionBrush
Parameters
- name
-
String
Platform::String
winrt::hstring
The name of the input.
Returns
Returns the specified input.