Class Inline
An abstract class that provides a base for all inline elements in a DocumentAdv object.
Inheritance
System.Object
Inline
Implements
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
Methods
OnTextChanged()
Called when the text is changed.
Declaration
protected void OnTextChanged()