Version

MoveGradientStop Method (IXamPropertyGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Moves the identifed gradient stop to the supplied location.", Documentation="Moves the gradient stop at index [%a1] to location [%a2].")>
Sub MoveGradientStop( _
   ByVal iGradStopIndex As System.Integer, _
   ByVal dGradStopLoc As System.Double _
) 
[TypeInfoMethod(Description="Moves the identifed gradient stop to the supplied location.", Documentation="Moves the gradient stop at index [%a1] to location [%a2].")]
void MoveGradientStop( 
   System.int iGradStopIndex,
   System.double dGradStopLoc
)
[TypeInfoMethod(Description="Moves the identifed gradient stop to the supplied location.", Documentation="Moves the gradient stop at index [%a1] to location [%a2].")]
void MoveGradientStop( 
   System.int iGradStopIndex,
   System.double dGradStopLoc
) 

Parameters

iGradStopIndex
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