  | AdditionalVisualStyleElementsTextStyleBodyText Property  | 
 
            Gets a visual style element that represents the body text in a dialog box.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static VisualStyleElement BodyText { get; }Public Shared ReadOnly Property BodyText As VisualStyleElement
	Get
public:
static property VisualStyleElement^ BodyText {
	VisualStyleElement^ get ();
}static member BodyText : VisualStyleElement with get
Property Value
Type: 
VisualStyleElement
            A 
VisualStyleElement representing the style for the body text.
            
See Also