Class CharacterStyle
Represents the style for paragraph items.
Inherited Members
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class CharacterStyle : DocumentStyle
Constructors
CharacterStyle()
Initializes a new instance of the CharacterStyle class.
Declaration
public CharacterStyle()
CharacterStyle(DocumentAdv)
Initializes a new instance of the CharacterStyle class for the specified DocumentAdv.
Declaration
public CharacterStyle(DocumentAdv documentAdv)
Parameters
Type | Name | Description |
---|---|---|
DocumentAdv | documentAdv | The DocumentAdv to which the CharacterStyle is associated. |
Properties
CharacterFormat
Gets the character format. Read-only.
Declaration
public CharacterFormat CharacterFormat { get; set; }
Property Value
Type | Description |
---|---|
CharacterFormat | The CharacterFormat object that specifies the character format for the current style. |
Methods
Dispose()
Releases all resources used by the CharacterStyle instance.
Declaration
public override void Dispose()