'Declaration Public Shared Sub SetGradientLightColor( _ ByVal obj As DependencyObject, _ ByVal value As Color _ )
'Usage Dim obj As DependencyObject Dim value As Color ChameleonTheme.SetGradientLightColor(obj, value)
public static void SetGradientLightColor( DependencyObject obj, Color value )
Parameters
- obj
- The dependency object to which the attached property is written.
- value
- A Color representing the top (light) color that will be used to create the gradient scheme. See Remarks for default appearance.