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


In This Topic
    BorderColor Property (NTextureMappingStyle)
    In This Topic
    The color used to fill the parts of the object not covered by the texture.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property BorderColor As NColor
    'Usage
     
    
    Dim instance As NTextureMappingStyle
    Dim value As NColor
     
    instance.BorderColor = value
     
    value = instance.BorderColor
    [System.Xml.Serialization.XmlIgnore()]
    public NColor BorderColor {get; set;}
    Remarks
    Certain texture mapping modes like center, stretch to width, stretch to height etc. leave parts of the object that the texture is applied to uncovered. You can control the color of these parts by using the BorderColor property
    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