'Declaration Public Shared Function GetGradientLightColor( _ ByVal obj As DependencyObject _ ) As Color
'Usage Dim obj As DependencyObject Dim value As Color value = ChameleonTheme.GetGradientLightColor(obj)
public static Color GetGradientLightColor( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
A Color representing the top (light) color that will be used to create the gradient scheme. See Remarks for default appearance.