Skip to the content.

PromptPlus API:IBannerControl

Build Publish License NuGet Downloads

Back to List Api

IBannerControl

Namespace: PPlus.Controls

Represents the interface with all Methods of the Banner control

public interface IBannerControl

Methods

LoadFont(String)

Load external font from file

IBannerControl LoadFont(string value)

Parameters

value String
fullpath of file

Returns

IBannerControl

LoadFont(Stream)

Load external font from Stream

IBannerControl LoadFont(Stream value)

Parameters

value Stream
stream instance

Returns

IBannerControl

Run(Nullable<Color>, BannerDashOptions)

Execute this control and show banner.

void Run(Nullable<Color> color, BannerDashOptions bannerDash)

Parameters

color Nullable<Color>
The foregound Color text

bannerDash BannerDashOptions
The type of BannerDashOptions


Back to List Api