Class Inline
An abstract class that provides a base for all inline elements in a DocumentAdv object.
Inheritance
System.Object
Inline
Implements
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.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 |
---|---|
System.Windows.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. |