Map for WinForms | ComponentOne
C1.Win.Map Namespace / VirtualLayer Class / Opacity Property

In This Topic
    Opacity Property (VirtualLayer)
    In This Topic
    Gets or sets the opacity of the layer, from 1 (opaque; default) to 0 (transparent).
    Syntax
    'Declaration
     
    
    Public Property Opacity As Double
    public double Opacity {get; set;}
    See Also