ComponentOne Basic Library for WPF and Silverlight
WindowStyle Property (C1PromptBox)


C1.Silverlight Namespace > C1PromptBox Class : WindowStyle Property
Gets or sets the System.Windows.Style that defines the appearance of the window.
Syntax
'Declaration
 
Public Shared Property WindowStyle As System.Windows.Style
'Usage
 
Dim value As System.Windows.Style
 
C1PromptBox.WindowStyle = value
 
value = C1PromptBox.WindowStyle
public static System.Windows.Style WindowStyle {get; set;}
See Also

Reference

C1PromptBox Class
C1PromptBox Members