Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFillStyle Class / FileName Property


In This Topic
    FileName Property (NImageFillStyle)
    In This Topic
    The full path to an image file used to create a texture.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property FileName As System.String
    'Usage
     
    
    Dim instance As NImageFillStyle
    Dim value As System.String
     
    instance.FileName = value
     
    value = instance.FileName
    [System.Xml.Serialization.XmlAttribute()]
    public System.string FileName {get; set;}
    Remarks
    The image file that will be used as a texture. This property is an empty string by default. Note that the component does not check whether the image exists or not when you set this 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