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


In This Topic
    LightColor Property (NImageFrameStyle)
    In This Topic
    The light color of the bevel effect applied on the frame.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Bevel Effect")>
    <System.ComponentModel.DescriptionAttribute("The light color of the bevel effect applied on the frame.")>
    <System.ComponentModel.DefaultValueAttribute(System.Drawing.Color, "125, 255, 255, 255")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property LightColor As NColor
    'Usage
     
    
    Dim instance As NImageFrameStyle
    Dim value As NColor
     
    instance.LightColor = value
     
    value = instance.LightColor
    [System.ComponentModel.Category("Bevel Effect")]
    [System.ComponentModel.Description("The light color of the bevel effect applied on the frame.")]
    [System.ComponentModel.DefaultValue(System.Drawing.Color, "125, 255, 255, 255")]
    [System.Xml.Serialization.XmlIgnore()]
    public NColor LightColor {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