menu

UWP

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

    Show / Hide Table of Contents

    Class Inline

    An abstract class that provides a base for all inline elements in a DocumentAdv object.

    Inheritance
    System.Object
    BaseNode
    Node
    Inline
    BreakAdv
    CommentCharacterAdv
    FieldCharacterAdv
    ShapeCommon
    SpanAdv
    UIContainerAdv
    Implements
    INode
    Inherited Members
    Node.NextNode
    Node.Owner
    Node.PreviousNode
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public abstract class Inline : Node, INode

    Constructors

    Inline()

    Initializes a new instance of the Inline class.

    Declaration
    public Inline()

    Fields

    CharacterFormatProperty

    Identifies the CharacterFormat dependency property.

    Declaration
    public static readonly DependencyProperty CharacterFormatProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    The identifier for the CharacterFormat dependency property.

    Properties

    CharacterFormat

    Gets or sets the CharacterFormat.

    Declaration
    public CharacterFormat CharacterFormat { get; set; }
    Property Value
    Type Description
    CharacterFormat

    The instance of CharacterFormat.

    See Also
    CharacterFormat

    Methods

    OnTextChanged()

    Called when the text is changed.

    Declaration
    protected void OnTextChanged()

    Implements

    INode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved