Skip to main content

IAffixedModal interface

Namespace: Arlecchino.Modals.Asking · Assembly: Arlecchino

A field that shows something around its value — a currency sign, a unit. Affixes are decoration only: the callback still receives the bare value.

public interface IAffixedModal

Implemented by ITextEntryModal, NumberModal, NumericModal, TextModal, SliderModal

Properties

MemberSummary
PrefixDrawn before the value, such as $.
SuffixDrawn after the value, such as %.

Properties in detail

Prefix

public string Prefix { get; }

Drawn before the value, such as $.

Type string

Suffix

public string Suffix { get; }

Drawn after the value, such as %.

Type string