ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SVGStyle Class / Opacity Property






In This Topic
    Opacity Property
    In This Topic
    A value to indicate the Opacity.
    Syntax
    'Declaration
     
    
    Public Property Opacity As System.Nullable(Of Double)
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.Nullable(Of Double)
     
    instance.Opacity = value
     
    value = instance.Opacity
    public System.Nullable<double> Opacity {get; set;}
    public read-write property Opacity: System.Nullable; 
    public function get,set Opacity : System.Nullable
    public: __property System.Nullable<double> get_Opacity();
    public: __property void set_Opacity( 
       System.Nullable<double> value
    );
    public:
    property System.Nullable<double> Opacity {
       System.Nullable<double> get();
       void set (    System.Nullable<double> value);
    }
    See Also