Nevron .NET Vision
Nevron.GraphicsCore Namespace / NSvgImageFormat Class / CultureInfo Property


In This Topic
    CultureInfo Property (NSvgImageFormat)
    In This Topic
    Gets/sets the culture info used to encode the generated SVG
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CultureInfo As System.Globalization.CultureInfo
    'Usage
     
    
    Dim instance As NSvgImageFormat
    Dim value As System.Globalization.CultureInfo
     
    instance.CultureInfo = value
     
    value = instance.CultureInfo
    [System.Xml.Serialization.XmlIgnore()]
    public System.Globalization.CultureInfo CultureInfo {get; set;}
    Remarks
    By default this value is set to invariant culture
    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