Nevron .NET Vision
Nevron.UI Namespace / NTextRenderOptions Class / StringFormat Property


In This Topic
    StringFormat Property (NTextRenderOptions)
    In This Topic
    Gets/sets the StringFormat object to be used when drawing text with GDI+
    Syntax
    'Declaration
     
    
    Public Property StringFormat As System.Drawing.StringFormat
    'Usage
     
    
    Dim instance As NTextRenderOptions
    Dim value As System.Drawing.StringFormat
     
    instance.StringFormat = value
     
    value = instance.StringFormat
    public System.Drawing.StringFormat StringFormat {get; set;}
    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