@nativescript-community/ui-label
    Preparing search index...

    Class Label

    Represents a label with html content. Use this component instead WebView when you want to show just static HTML content. iOS support android support

    Hierarchy

    • Label
      • Label
    Index

    Constructors

    • Returns Label

    Properties

    android: any

    Gets the native android widget that represents the user interface for this component. Valid only when running on Android OS.

    autoFontSize: boolean
    autoFontSizeStep: number
    html: any

    Gets or sets html string for the Label.

    ios: any

    Gets the native UITextView that represents the user interface for this component. Valid only when running on iOS.

    lineBreak: LineBreak
    linkColor: string | Color
    linkUnderline: boolean
    maxFontSize: number
    minFontSize: number
    selectable: boolean
    text: any

    Gets or sets string for the Label.

    verticalTextAlignment: VerticalTextAlignment