Nevron .NET Vision
Nevron.GraphicsCore Namespace / StringFormatType Enumeration


In This Topic
    StringFormatType Enumeration
    In This Topic
    Defines the standard string format types.
    Syntax
    'Declaration
     
    
    Public Enum StringFormatType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As StringFormatType
    public enum StringFormatType : System.Enum 
    Members
    MemberDescription
    GenericDefaultGeneric default string format.
    GenericTypographicGeneric typographic string format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.StringFormatType

    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