[Root] / Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / StyleableWindow Class / WindowOpacity Property


In This Topic
    WindowOpacity Property (StyleableWindow)
    In This Topic
    Gets or sets the value for the chrome’s opacity.
    Syntax
    'Declaration
     
    
    Public Property WindowOpacity As Double
    'Usage
     
    
    Dim instance As StyleableWindow
    Dim value As Double
     
    instance.WindowOpacity = value
     
    value = instance.WindowOpacity
    public double WindowOpacity {get; set;}
    Supported Frameworks

    See Also