Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1HtmlHost Class / AllowTransparency Property

In This Topic
    AllowTransparency Property
    In This Topic
    Gets or sets a value indicating whether transparency is allowed (only required for IE).
    Syntax
    'Declaration
     
    
    Public Property AllowTransparency As Boolean
    public bool AllowTransparency {get; set;}

    Property Value

    true if transparency is allowed; otherwise, false.
    See Also