NevronOpenVision
Nevron.Nov.Diagram.Themes Namespace / NThemeGradientStop Class / NThemeGradientStop Constructor / NThemeGradientStop Constructor(Single,NThemeColor)
The position of the gradient stop. Must be in the closed range from 0 to 1.
The color of the gradient stop.
In This Topic
    NThemeGradientStop Constructor(Single,NThemeColor)
    In This Topic
    Initializing constructor.
    Syntax
    public NThemeGradientStop( 
       System.float position,
       NThemeColor themeColor
    )

    Parameters

    position
    The position of the gradient stop. Must be in the closed range from 0 to 1.
    themeColor
    The 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