Skip to main content

class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::ShowDialogMessage

class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::ShowDialogMessage
: public Wacom.Kiosk.Message.Shared.MessageBase

Message to show a dialog on the tablet screen.

Summary

MembersDescriptions
{property} string XAMLXAML definition of the dialog window
public inline ShowDialogMessage(KioskClient sender)Constructor
public inline ShowDialogMessage WithXAML(string xaml)Sets the XAML for the dialog

Members

{property} string XAML

XAML definition of the dialog window

public inline ShowDialogMessage(KioskClient sender)

Constructor

Parameters

  • sender

public inline ShowDialogMessage WithXAML(string xaml)

Sets the XAML for the dialog

Parameters

  • xaml

Returns