ShaderEffect.RegisterPixelShaderSamplerProperty Method (String, Type, Int32)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Associates a dependency property with a shader sampler register.

Namespace:  System.Windows.Media.Effects
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Protected Shared Function RegisterPixelShaderSamplerProperty ( _
    dpName As String, _
    ownerType As Type, _
    samplerRegisterIndex As Integer _
) As DependencyProperty
protected static DependencyProperty RegisterPixelShaderSamplerProperty(
    string dpName,
    Type ownerType,
    int samplerRegisterIndex
)

Parameters

  • dpName
    Type: System.String
    The name of the dependency property.
  • ownerType
    Type: System.Type
    The type of the effect that has the dependency property.
  • samplerRegisterIndex
    Type: System.Int32
    The index of the shader sampler associated with the dependency property.

Return Value

Type: System.Windows.DependencyProperty
A dependency property associated with the shader sampler specified by samplerRegisterIndex.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.