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


In This Topic
    LightEffectSize Property
    In This Topic
    Controls the size of the light bevel.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Bevel Effect")>
    <System.ComponentModel.DescriptionAttribute("Controls the size of the light bevel.")>
    Public Property LightEffectSize As NLength
    'Usage
     
    
    Dim instance As NImageFrameStyle
    Dim value As NLength
     
    instance.LightEffectSize = value
     
    value = instance.LightEffectSize
    [System.ComponentModel.Category("Bevel Effect")]
    [System.ComponentModel.Description("Controls the size of the light bevel.")]
    public NLength LightEffectSize {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