menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeShapeHyperlink - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeShapeHyperlink

    Represents a hyperlink associated with a shape or text.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public interface IOfficeShapeHyperlink

    Properties

    ScreenTip

    Gets or sets the screen tip text of a hyperlink.

    Declaration
    string ScreenTip { get; set; }
    Property Value
    Type Description
    System.String

    The text to appear on the surface of the hyperlink.

    Url

    Gets the URL address of the hyperlink. Read-only.

    Declaration
    string Url { get; }
    Property Value
    Type Description
    System.String

    The URL.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved