Nevron .NET Vision
Nevron.GraphicsCore Namespace / NStringFormatStyle Class / NStringFormatStyle Constructor / NStringFormatStyle Constructor(StringFormatType,HorzAlign,VertAlign)


In This Topic
    NStringFormatStyle Constructor(StringFormatType,HorzAlign,VertAlign)
    In This Topic
    Creates a new string format style with the specified parameters.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal stringFormatType As StringFormatType, _
       ByVal horzAlign As HorzAlign, _
       ByVal vertAlign As VertAlign _
    )
    'Usage
     
    
    Dim stringFormatType As StringFormatType
    Dim horzAlign As HorzAlign
    Dim vertAlign As VertAlign
     
    Dim instance As New NStringFormatStyle(stringFormatType, horzAlign, vertAlign)

    Parameters

    stringFormatType
    horzAlign
    vertAlign
    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