ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MessageBox Class / WindowStyle Property



In This Topic
    WindowStyle Property
    In This Topic
    Gets or sets the System.Windows.Style that defines the appearance of the window.
    Syntax
    'Declaration
     
    
    Public Shared Property WindowStyle As Style
    'Usage
     
    
    Dim value As Style
     
    C1MessageBox.WindowStyle = value
     
    value = C1MessageBox.WindowStyle
    public static Style WindowStyle {get; set;}
    public:
    static property Style^ WindowStyle {
       Style^ get();
       void set (    Style^ value);
    }
    See Also