menu

WinForms

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

    Show / Hide Table of Contents

    Class Inline

    Inheritance
    System.Object
    Inline
    HyperlinkAdv
    ImageContainerAdv
    SpanAdv
    UIContainerAdv
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public abstract class Inline : DependencyObject

    Constructors

    Inline()

    Initializes the new instance of Inline class

    Declaration
    public Inline()

    Methods

    GetLength()

    Declaration
    public abstract double GetLength()
    Returns
    Type
    System.Double

    HasEqualHighlightStyle(Inline)

    Declaration
    public bool HasEqualHighlightStyle(Inline inline)
    Parameters
    Type Name Description
    Inline inline
    Returns
    Type
    System.Boolean

    HasEqualStrikeThroStyle(Inline)

    Declaration
    [Obsolete("This method is for internal use and has been deprecated.")]
    public bool HasEqualStrikeThroStyle(Inline inline)
    Parameters
    Type Name Description
    Inline inline
    Returns
    Type
    System.Boolean

    HasEqualTextStyle(Inline)

    Declaration
    public bool HasEqualTextStyle(Inline inline)
    Parameters
    Type Name Description
    Inline inline
    Returns
    Type
    System.Boolean

    HasEqualUnderlineStyle(Inline)

    Declaration
    public bool HasEqualUnderlineStyle(Inline inline)
    Parameters
    Type Name Description
    Inline inline
    Returns
    Type
    System.Boolean

    IsEqualInStyle(Inline)

    Determines whether the two inlines are equal in style

    Declaration
    public bool IsEqualInStyle(Inline inline)
    Parameters
    Type Name Description
    Inline inline
    Returns
    Type
    System.Boolean

    OnTextChanged()

    Declaration
    protected virtual void OnTextChanged()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved