Class HyperlinkAdv
Inheritance
System.Object
HyperlinkAdv
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
public class HyperlinkAdv : Inline
Constructors
Initializes the new instance of RichEditHyperlink class
Declaration
Properties
Gets or Sets the baseline
Declaration
public Baseline Baseline { get; set; }
Property Value
Gets or Sets the font family
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
System.Windows.Media.FontFamily |
Gets or Sets the font size. Reffered in pixels
Declaration
public double FontSize { get; set; }
Property Value
Gets or Sets the font style
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type |
System.Windows.FontStyle |
Gets or Sets the font style
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Type |
System.Windows.FontWeight |
Gets or Sets the Hyperlink Foreground
Declaration
public Color Foreground { get; set; }
Property Value
Type |
System.Windows.Media.Color |
Gets or Sets the highlight color
Declaration
public Color HighlightColor { get; set; }
Property Value
Type |
System.Windows.Media.Color |
Gets a value indicating whether the text is Subscript
Declaration
public bool IsSubScript { get; }
Property Value
Gets a value indicating whether the text is Superscript
Declaration
public bool IsSuperscript { get; }
Property Value
Gets or Sets the navigation url
Declaration
public string NavigationUrl { get; set; }
Property Value
Gets or Sets the Strike through
Declaration
public StrikeThrough StrikeThrough { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Gets or Sets the under line
Declaration
public bool Underline { get; set; }
Property Value
Methods
Declaration
public HyperlinkAdv CreateNewHyperlink()
Returns
Return the length of the inline
Declaration
public override double GetLength()
Returns
Overrides
OnTextChanged()
Declaration
protected override void OnTextChanged()
Overrides
OnTextPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
protected static void OnTextPropertyChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
dependencyObject |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|