Basic Library for WPF and Silverlight | ComponentOne
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
    public static Style ContentStyle {get; set;}
    See Also