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


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

Reference

C1PromptBox Class
C1PromptBox Members