Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NRuler Class / FormatValueDelegate Field


In This Topic
    FormatValueDelegate Field
    In This Topic
    Deletate for formatting the text values of the ruler. When assigned the ruler will call the delegate instead of using the default TextFormat.
    Syntax
    'Declaration
     
    
    Public FormatValueDelegate As NRuler.FormatRulerValueDelegate
    'Usage
     
    
    Dim instance As NRuler
    Dim value As NRuler.FormatRulerValueDelegate
     
    value = instance.FormatValueDelegate
     
    instance.FormatValueDelegate = value
    public NRuler.FormatRulerValueDelegate FormatValueDelegate
    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