Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NMapNavigator Class / Transparency Property


In This Topic
    Transparency Property (NMapNavigator)
    In This Topic
    Gets or sets a value that indicates the transparency value of the background. The value for the transparency can range from totally opaque (0) to totally transparent (255).
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(100)>
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.DescriptionAttribute("Gets or sets a value that indicates the transparency value of the background. The value for the transparency can range from totally opaque (0) to totally transparent (255).")>
    Public Overridable Property Transparency As System.Integer
    'Usage
     
    
    Dim instance As NMapNavigator
    Dim value As System.Integer
     
    instance.Transparency = value
     
    value = instance.Transparency
    [System.ComponentModel.DefaultValue(100)]
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.Description("Gets or sets a value that indicates the transparency value of the background. The value for the transparency can range from totally opaque (0) to totally transparent (255).")]
    public virtual System.int Transparency {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