Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NContourLabelStyle Class / AllowLabelToFlip Property


In This Topic
    AllowLabelToFlip Property
    In This Topic
    Whether the label is allowed to flip
    Syntax
    'Declaration
     
    
    Public Property AllowLabelToFlip As System.Boolean
    'Usage
     
    
    Dim instance As NContourLabelStyle
    Dim value As System.Boolean
     
    instance.AllowLabelToFlip = value
     
    value = instance.AllowLabelToFlip
    public System.bool AllowLabelToFlip {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also