Class InlineStyle
Inheritance
System.Object
InlineStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
public class InlineStyle : DependencyObject, INotifyPropertyChanged
Constructors
InlineStyle(RichTextBoxAdv)
Initializes the new instance of InlineStyle class
Declaration
public InlineStyle(RichTextBoxAdv richTextBoxAdv)
Parameters
Fields
Declaration
public static readonly DependencyProperty BaselineProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HighlightColorProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsUnderlineProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty StrikeThroughProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Declaration
public Baseline Baseline { get; set; }
Property Value
Declaration
public FontFamily FontFamily { get; }
Property Value
Type |
System.Windows.Media.FontFamily |
Declaration
public double FontSize { get; }
Property Value
Declaration
public FontStyle FontStyle { get; }
Property Value
Type |
System.Windows.FontStyle |
Declaration
public FontWeight FontWeight { get; }
Property Value
Type |
System.Windows.FontWeight |
Declaration
public Color Foreground { get; }
Property Value
Type |
System.Windows.Media.Color |
Declaration
public Color HighlightColor { get; }
Property Value
Type |
System.Windows.Media.Color |
Gets the type of the current inline
Declaration
public Type InlineType { get; }
Property Value
Indicates whether the current inline is hyperlink
Declaration
public bool IsHyperlink { get; }
Property Value
Indicates whether the current inline is SpanAdv
Declaration
public bool IsSpan { get; }
Property Value
Indicates whether the current inline is subscript
Declaration
public bool IsSubscript { get; }
Property Value
Indicates whether the current inline is superscript
Declaration
public bool IsSuperscript { get; }
Property Value
Declaration
public bool IsUnderline { get; }
Property Value
RichTextBox
Declaration
public RichTextBoxAdv RichTextBox { get; }
Property Value
Declaration
public StrikeThrough StrikeThrough { get; }
Property Value
Methods
Declaration
public bool IsEqualInStyle(Inline inline)
Parameters
Type |
Name |
Description |
Inline |
inline |
|
Returns
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged