Fields

In This Topic
GdPicture14.WEB Namespace / DocuViewareMessage Structure

DocuViewareMessage Structure Members

In This Topic

The following tables list the members exposed by DocuViewareMessage.

Public Constructors
 NameDescription
Public Constructor DocuViewareMessage object constructor.  
Top
Public Fields
 NameDescription
Public Field Specifies the DocuViewareMessage box background color. It must contains CSS Color values. By default : "#85ACDD".  
Public FieldSpecifies the custom DocuViewareMessage box icon. When filled, the value specifies the HTML content of the element. For example It is ignored if Icon property is different of DocuViewareMessageIcon.None.  
Public Field Specifies the DocuViewareMessage box display delay (in milli seconds). By default : 2500.  
Public Field Specifies the DocuViewareMessage box font color. It must be CSS color values. By default : "#FFFFFF".  
Public Field Specifies the DocuViewareMessage box font size. It must be CSS font size format. By default : "130%".  
Public Field Specifies the DocuViewareMessage box font weight. It must be CSS font weight format. By default : "normal".  
Public Field Specifies the DocuViewareMessage box icon. By default : DocuViewareMessageIcon.None.  
Public Field Specifies whether the displayed text is in html format in the DocuViewareMessage box. If True, html tags will be interpreted. By default : false.  
Public Field Specifies the DocuViewareMessage box height. It must be CSS height format. By default : 130%.  
Public Field Specifies the DocuViewareMessage box slideDown animation delay (in milli seconds). By default : 300.  
Public Field Specifies the DocuViewareMessage box slideUp animation delay (in milli seconds). By default : 300.  
Public Field Specifies the text to display. It can be html text (with tags) if isHtmlText properties is set to True.  
Public Field Specifies the DocuViewareMessage box text decoration. It must be CSS text decoration values. By default : "none".  
Public Field Specifies the DocuViewareMessage box text transformation. It must be CSS text transformation values. By default : 130%.  
Top
See Also