Click or drag to resize
ITopBanner Interface

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
public interface ITopBanner

The ITopBanner type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleARGBBackColor
Get/Set the background color according to an RGB value
Public propertyCode exampleARGBColor
Get/Set the text color according to an RGB value
Public propertyBackColor
Public propertyColor
Public propertyFontName
Public propertyFontSize
Public propertyFontStyle
Public propertyText
Get/Set the top banner text
Public propertyVisible
Top
Methods
  NameDescription
Public methodCode exampleSetTextFormat
Pipe texts into a string format and display it as the top banner's text
Top
See Also