Table of Contents

Constructor BoldText

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BoldText(string, string, string, bool)

Initializes a new instance of the TemplateControls.BoldText<TLabel> class.

public BoldText(string prefix, string boldText, string suffix, bool hasBorder)

Parameters

prefix string

First part of the text.

boldText string

Middle part of the text with bold attribute.

suffix string

Last part of the text.

hasBorder bool

Whether to draw default border around the text.