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