Class CalloutConfiguration
Callout appearance configuration.
public class CalloutConfiguration- Inheritance
- 
      objectCalloutConfiguration
- Extension Methods
Constructors
CalloutConfiguration()
public CalloutConfiguration()Properties
ActionButton
Callout action button.
public CalloutButtonConfiguration ActionButton { get; set; }Property Value
Content
Main message.
public string Content { get; set; }Property Value
- string
ContentAsHtml
Indicates that content is rendered as HTML.
public bool ContentAsHtml { get; set; }Property Value
- bool
Remarks
Beware that enabling this property may lead to executing malicious code on client.
Headline
Callout headline.
public string Headline { get; set; }Property Value
- string
Placement
Placement method.
public CalloutPlacement Placement { get; set; }Property Value
Type
Displayed variant.
public CalloutType Type { get; set; }