Nevron.GraphicsCore Namespace / NTextureMappingStyle Class / HorizontalScale Property


In This Topic
    HorizontalScale Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property HorizontalScale As System.Single
    'Usage
     
    
    Dim instance As NTextureMappingStyle
    Dim value As System.Single
     
    instance.HorizontalScale = value
     
    value = instance.HorizontalScale
    [System.Xml.Serialization.XmlAttribute()]
    public System.float HorizontalScale {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