Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapArcsShape Class / FormatString Property


In This Topic
    FormatString Property (NMapArcsShape)
    In This Topic
    Gets/Sets the format string of the map arcs labels.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets/Sets the format string of the map arcs labels.")>
    Public Property FormatString As System.String
    'Usage
     
    
    Dim instance As NMapArcsShape
    Dim value As System.String
     
    instance.FormatString = value
     
    value = instance.FormatString
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets/Sets the format string of the map arcs labels.")]
    public System.string FormatString {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