Version

RemoveGradientStop Method (XamPropertyGridProxy)

Remove the identified gradient stop from the currently selected property, if the property is of type brush
Syntax
'Declaration
 
Public Sub RemoveGradientStop( _
   ByVal iGradStopIndex As System.Integer _
) 
public void RemoveGradientStop( 
   System.int iGradStopIndex
)
public: void RemoveGradientStop( 
   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