Class ParagraphStyle
Inheritance
System.Object
ParagraphStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
public class ParagraphStyle : DependencyObject, INotifyPropertyChanged
Constructors
ParagraphStyle(RichTextBoxAdv)
Initializes the new instance of ParagraphStyle class
Declaration
public ParagraphStyle(RichTextBoxAdv richTextBoxAdv)
Parameters
Fields
Declaration
public static readonly DependencyProperty AfterSpacingProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty BeforeSpacingProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty LeftIndentProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty LineSpacingProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty ListTypeProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty RightIndentProperty
Field Value
Type |
System.Windows.DependencyProperty |
TextAlignmentProperty
Declaration
public static readonly DependencyProperty TextAlignmentProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Declaration
public double AfterSpacing { get; }
Property Value
Declaration
public double BeforeSpacing { get; }
Property Value
Declaration
public double LeftIndent { get; }
Property Value
Declaration
public double LineSpacing { get; }
Property Value
Declaration
public ListType ListType { get; }
Property Value
RichTextBox
Declaration
public RichTextBoxAdv RichTextBox { get; }
Property Value
Declaration
public double RightIndent { get; }
Property Value
TextAlignment
Declaration
public TextAlignment TextAlignment { get; }
Property Value
Type |
System.Windows.TextAlignment |
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged