'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;}