ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / Transparency Property




In This Topic
    Transparency Property
    In This Topic
    Gets or sets a value indicating whether the transparency is enabled.
    Syntax
    'Declaration
     
    Public Property Transparency As Boolean
    'Usage
     
    Dim instance As ImGearVectorData
    Dim value As Boolean
     
    instance.Transparency = value
     
    value = instance.Transparency
    public bool Transparency {get; set;}
    public: __property bool get_Transparency();
    public: __property void set_Transparency( 
       bool value
    );
    public:
    property bool Transparency {
       bool get();
       void set (    bool value);
    }

    Property Value

    If true - transparency is enabled, false - otherwise.
    Remarks
    If transparency is enabled, all non-transparent objects are drawn first. The default value is false.
    See Also