API Documentation Documentation for developing SailfishOS applications API Documentation Libsailfishapp Sailfish Silica Documentation Icon Reference Sailfish Components Sailfish Accounts Sailfish Bluetooth Sailfish Contacts Sailfish Crypto Sailfish Gallery Sailfish Media Sailfish Pickers Sailfish Secrets Sailfish Share Sailfish Telephony Sailfish Webview Amber Web Authorization Amber MPRIS Nemo QML Plugins Configuration Contacts D-Bus Keepalive Notifications Thumbnailer Sailfish Middleware MDM Framework MDM Policy Framework User Manager Daemon Contents Properties Detailed Description MenuLabel QML Type A static label shown at the beginning of a pulley menu More... Import Statement: import Sailfish.Silica 1.0 List of all members, including inherited members Properties color : color text : string verticalOffset : real Detailed Description A MenuLabel is a non-interactive label within a PullDownMenu or PushUpMenu. Set the text property to define the label text: import Sailfish.Silica 1.0 PullDownMenu { MenuItem { text: "Option 1" } MenuItem { text: "Option 2" } MenuLabel { text: "Informational label" } } Property Documentation color : color This property holds the color to display the label. The default color is Theme.highlightColor. text : string This property holds the text to display in the MenuLabel. verticalOffset : real This property holds the vertical offset to apply when drawing the label.