| Visual Basic (Declaration) | |
|---|---|
Public Property ContentMode As WebCallOutContentMode | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebCallOut Dim value As WebCallOutContentMode instance.ContentMode = value value = instance.ContentMode | |
| C# | |
|---|---|
public WebCallOutContentMode ContentMode {get; set;} | |
WebCallOut supports two types of content mode:
- UseText
In this mode, WebCallOut will use the Text as the content.
- UseTemplate
In this mode, WebCallOut will use user’s custom made template as the content.
Simply set the LayoutMode that you want in LayoutMode property. By default, WebCallOut’a LayoutMode is UseText.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2