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



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