  | CredentialDialogDownlevelTextMode Property  | 
 
            Gets or sets a value that indicates how the text of the 
MainInstruction and 
Content properties
            is displayed on Windows XP.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DownlevelTextMode DownlevelTextMode { get; set; }Public Property DownlevelTextMode As DownlevelTextMode
	Get
	Set
public:
property DownlevelTextMode DownlevelTextMode {
	DownlevelTextMode get ();
	void set (DownlevelTextMode value);
}member DownlevelTextMode : DownlevelTextMode with get, set
Property Value
Type: 
DownlevelTextMode
            One of the values of the 
DownlevelTextMode enumeration. The default value is
            
MainInstructionAndContent.
            
Remarks
              Windows XP does not support the distinct visual style of the main instruction, so there is no visual difference between the
              text of the MainInstruction and Content properties. Depending
              on your requirements, you may wish to hide either the main instruction or the content text.
            
              This property has no effect on Windows Vista and newer versions of Windows.
            
See Also