Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NTextureFill Class / TextureMapping Property


In This Topic
    TextureMapping Property (NTextureFill)
    In This Topic
    Gets or sets the texture mapping for this fill.
    Syntax
    'Declaration
     
    
    Public Property TextureMapping As NTextureMapping
    'Usage
     
    
    Dim instance As NTextureFill
    Dim value As NTextureMapping
     
    instance.TextureMapping = value
     
    value = instance.TextureMapping
    public NTextureMapping TextureMapping {get; set;}
    Remarks
    By default the texture mapping attribute is set to null.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also