menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HyperlinkAdv - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HyperlinkAdv

    Inheritance
    System.Object
    Inline
    HyperlinkAdv
    Inherited Members
    Inline.HasEqualHighlightStyle(Inline)
    Inline.HasEqualStrikeThroStyle(Inline)
    Inline.HasEqualTextStyle(Inline)
    Inline.HasEqualUnderlineStyle(Inline)
    Inline.IsEqualInStyle(Inline)
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class HyperlinkAdv : Inline

    Constructors

    HyperlinkAdv()

    Initializes the new instance of RichEditHyperlink class

    Declaration
    public HyperlinkAdv()

    Properties

    Baseline

    Gets or Sets the baseline

    Declaration
    public Baseline Baseline { get; set; }
    Property Value
    Type
    Baseline

    FontFamily

    Gets or Sets the font family

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type
    System.Windows.Media.FontFamily

    FontSize

    Gets or Sets the font size. Reffered in pixels

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type
    System.Double

    FontStyle

    Gets or Sets the font style

    Declaration
    public FontStyle FontStyle { get; set; }
    Property Value
    Type
    System.Windows.FontStyle

    FontWeight

    Gets or Sets the font style

    Declaration
    public FontWeight FontWeight { get; set; }
    Property Value
    Type
    System.Windows.FontWeight

    Foreground

    Gets or Sets the Hyperlink Foreground

    Declaration
    public Color Foreground { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    HighlightColor

    Gets or Sets the highlight color

    Declaration
    public Color HighlightColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    IsSubScript

    Gets a value indicating whether the text is Subscript

    Declaration
    public bool IsSubScript { get; }
    Property Value
    Type
    System.Boolean

    IsSuperscript

    Gets a value indicating whether the text is Superscript

    Declaration
    public bool IsSuperscript { get; }
    Property Value
    Type
    System.Boolean

    NavigationUrl

    Gets or Sets the navigation url

    Declaration
    public string NavigationUrl { get; set; }
    Property Value
    Type
    System.String

    StrikeThrough

    Gets or Sets the Strike through

    Declaration
    public StrikeThrough StrikeThrough { get; set; }
    Property Value
    Type
    StrikeThrough

    Text

    Gets or Sets the text

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    Underline

    Gets or Sets the under line

    Declaration
    public bool Underline { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    CreateNewHyperlink()

    Declaration
    public HyperlinkAdv CreateNewHyperlink()
    Returns
    Type
    HyperlinkAdv

    GetLength()

    Return the length of the inline

    Declaration
    public override double GetLength()
    Returns
    Type
    System.Double
    Overrides
    Inline.GetLength()

    OnTextChanged()

    Declaration
    protected override void OnTextChanged()
    Overrides
    Inline.OnTextChanged()

    OnTextPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Declaration
    protected static void OnTextPropertyChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject
    System.Windows.DependencyPropertyChangedEventArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved