EasyTalk API
Loading...
Searching...
No Matches
EasyTalk.Display.Style.ContinueDisplayStyle Class Reference

This class is used to define style settings for a continue display. More...

Public Attributes

ImageStyleSettings imageStyleSettings = new ImageStyleSettings()
 The styling to use for the image of the continue display.
 
ButtonStyleSettings buttonStyleSettings = new ButtonStyleSettings()
 The styling to use on the continue button.
 
TextStyleSettings textStyleSettings = new TextStyleSettings()
 The styling to use on the continue text.
 

Detailed Description

This class is used to define style settings for a continue display.

Member Data Documentation

◆ buttonStyleSettings

ButtonStyleSettings EasyTalk.Display.Style.ContinueDisplayStyle.buttonStyleSettings = new ButtonStyleSettings()

The styling to use on the continue button.

◆ imageStyleSettings

ImageStyleSettings EasyTalk.Display.Style.ContinueDisplayStyle.imageStyleSettings = new ImageStyleSettings()

The styling to use for the image of the continue display.

◆ textStyleSettings

TextStyleSettings EasyTalk.Display.Style.ContinueDisplayStyle.textStyleSettings = new TextStyleSettings()

The styling to use on the continue text.