Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFrameStyle Class / ShadowColor Property


In This Topic
    ShadowColor Property (NImageFrameStyle)
    In This Topic
    The shadow color of the bevel effect applied on the frame.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Bevel Effect")>
    <System.ComponentModel.DescriptionAttribute("The shadow color of the bevel effect applied on the frame.")>
    <System.ComponentModel.DefaultValueAttribute(System.Drawing.Color, "125, 0, 0, 0")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property ShadowColor As NColor
    'Usage
     
    
    Dim instance As NImageFrameStyle
    Dim value As NColor
     
    instance.ShadowColor = value
     
    value = instance.ShadowColor
    [System.ComponentModel.Category("Bevel Effect")]
    [System.ComponentModel.Description("The shadow color of the bevel effect applied on the frame.")]
    [System.ComponentModel.DefaultValue(System.Drawing.Color, "125, 0, 0, 0")]
    [System.Xml.Serialization.XmlIgnore()]
    public NColor ShadowColor {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also