Xceed Toolkit Plus for WPF v4.6 Documentation
WindowOpacity Property (StyleableWindow)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > StyleableWindow Class : WindowOpacity Property
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;}
Requirements

See Also

Reference

StyleableWindow Class
StyleableWindow Members