Interface IAttributedString<TNative, TProps>

Type Parameters

Hierarchy

  • INativeMobileComponent<TNative, TProps>
    • IAttributedString

Properties

nativeObject: TNative
ios: TProps["ios"]
android: TProps["android"]
backgroundColor: IColor

Gets/sets backgroundColor on AttributedString.

Property

Android

Ios

Since

3.0.0

string: string

Gets/sets string on AttributedString.

Property

= ""]

Android

Ios

Since

3.0.0

font: null | Font

Gets/sets font on AttributedString.

Property

= null]

Android

Ios

Since

3.0.0

foregroundColor: IColor

Gets/sets foregroundColor on AttributedString.

Property

Android

Ios

Since

3.0.0

link?: string

Gets/sets link on AttributedString. If you want handle label click method, must set link string.

Property

Android

Ios

Since

3.0.0

strikethrough: boolean

Gets/sets strikethrough on AttributedString.

Property

= false]

Android

Ios

Since

3.2.1

underline: boolean

Gets/sets underline on AttributedString.

Property

= false]

Android

Ios

Since

3.0.0

Generated using TypeDoc