Nevron .NET Vision
Nevron.GraphicsCore Namespace / NShadowStyle Class / Scale Property


In This Topic
    Scale Property (NShadowStyle)
    In This Topic
    Scales the shadow.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property Scale As System.Single
    'Usage
     
    
    Dim instance As NShadowStyle
    Dim value As System.Single
     
    instance.Scale = value
     
    value = instance.Scale
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(1)]
    public System.float Scale {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