Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NShadowPicker Class / ShadowColor Property


In This Topic
    ShadowColor Property
    In This Topic
    Gets/Sets the color of the shadows displayed in this picker.
    Syntax
    'Declaration
     
    
    Public Property ShadowColor As NColor
    'Usage
     
    
    Dim instance As NShadowPicker
    Dim value As NColor
     
    instance.ShadowColor = value
     
    value = instance.ShadowColor
    public NColor ShadowColor {get; set;}
    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