Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapProjection Class / ParallelLabelAlignment Property


In This Topic
    ParallelLabelAlignment Property
    In This Topic
    Get/Sets the arc labels relative alignment around the parallel - meridian intersection point.
    Syntax
    'Declaration
     
    
    Public Property ParallelLabelAlignment As System.Drawing.ContentAlignment
    'Usage
     
    
    Dim instance As NMapProjection
    Dim value As System.Drawing.ContentAlignment
     
    instance.ParallelLabelAlignment = value
     
    value = instance.ParallelLabelAlignment
    public System.Drawing.ContentAlignment ParallelLabelAlignment {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