Version

MoveGradientStop Method (XamPropertyGridProxy)

Moves the identified GradientStop to the supplied location
Syntax
'Declaration
 
Public Sub MoveGradientStop( _
   ByVal iGradStopIndex As System.Integer, _
   ByVal dGradStopLoc As System.Double _
) 
public void MoveGradientStop( 
   System.int iGradStopIndex,
   System.double dGradStopLoc
)
public: void MoveGradientStop( 
   System.int iGradStopIndex,
   System.double dGradStopLoc
) 

Parameters

iGradStopIndex
integer index of a gradient stop
dGradStopLoc
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