Version

AddGradientStop Method (IXamPropertyGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Adds a gradient stop to the supplied location.", Documentation="Adds a gradient stop to the location [%a1].")>
Sub AddGradientStop( _
   ByVal dGradientLoc As System.Double, _
   Optional ByVal oColor As System.Object _
) 
[TypeInfoMethod(Description="Adds a gradient stop to the supplied location.", Documentation="Adds a gradient stop to the location [%a1].")]
void AddGradientStop( 
   System.double dGradientLoc,
   System.object oColor
)
[TypeInfoMethod(Description="Adds a gradient stop to the supplied location.", Documentation="Adds a gradient stop to the location [%a1].")]
void AddGradientStop( 
   System.double dGradientLoc,
   System.Object* oColor
) 

Parameters

dGradientLoc
oColor
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