NevronOpenVision
Nevron.Nov.Diagram.Themes Namespace / NThemeGradientStop Class / NThemeGradientStop Constructor / NThemeGradientStop Constructor(Single,ENThemeColorName)
The position of the gradient stop. Must be in the closed range from 0 to 1.
The name of the dynamic theme color of the gradient stop.
NThemeGradientStop Constructor(Single,ENThemeColorName)
Creates a theme gradient stop with a dynamic theme color.
Syntax
public NThemeGradientStop( 
   System.float position,
   ENThemeColorName colorName
)

Parameters

position
The position of the gradient stop. Must be in the closed range from 0 to 1.
colorName
The name of the dynamic theme color of the gradient stop.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also