Version

SelectGradientStop Method (XamPropertyGridProxy)

Select the gradient stop by index of the currently selected property, if the property is of type brush
Syntax
'Declaration
 
Public Sub SelectGradientStop( _
   ByVal iGradStopIndex As System.Integer _
) 
public void SelectGradientStop( 
   System.int iGradStopIndex
)
public: void SelectGradientStop( 
   System.int iGradStopIndex
) 

Parameters

iGradStopIndex
integer index of a gradient stop
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also