Nevron .NET Vision
Nevron.Chart Namespace / NFillStyleSheetConfigurator Class / ApplyToGaugePanelBorders Property


In This Topic
    ApplyToGaugePanelBorders Property
    In This Topic
    Gets or sets a value indicating whether the gauge panel border style will be styled.
    Syntax
    'Declaration
     
    
    Public Property ApplyToGaugePanelBorders As System.Boolean
    'Usage
     
    
    Dim instance As NFillStyleSheetConfigurator
    Dim value As System.Boolean
     
    instance.ApplyToGaugePanelBorders = value
     
    value = instance.ApplyToGaugePanelBorders
    public System.bool ApplyToGaugePanelBorders {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