Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingPreviewManager Class / ScaleTextStyle Method


In This Topic
    ScaleTextStyle Method
    In This Topic
    Scales the fond size of a text style
    Syntax
    'Declaration
     
    
    Protected Function ScaleTextStyle( _
       ByVal textStyle As NTextStyle _
    ) As NTextStyle
    'Usage
     
    
    Dim instance As NDrawingPreviewManager
    Dim textStyle As NTextStyle
    Dim value As NTextStyle
     
    value = instance.ScaleTextStyle(textStyle)
    protected NTextStyle ScaleTextStyle( 
       NTextStyle textStyle
    )

    Parameters

    textStyle
    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