Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTextureMappingStyle Class / VerticalScale Property


In This Topic
    VerticalScale Property
    In This Topic
    An additional scale in the Y dimension to be applied to the texture when mapped.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property VerticalScale As System.Single
    'Usage
     
    
    Dim instance As NTextureMappingStyle
    Dim value As System.Single
     
    instance.VerticalScale = value
     
    value = instance.VerticalScale
    [System.Xml.Serialization.XmlAttribute()]
    public System.float VerticalScale {get; set;}
    Remarks
    The default value is 1.0f meaning no additional scaling.
    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