menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InlineStyle - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class InlineStyle

    Inheritance
    System.Object
    InlineStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class InlineStyle : DependencyObject, INotifyPropertyChanged

    Constructors

    InlineStyle(RichTextBoxAdv)

    Initializes the new instance of InlineStyle class

    Declaration
    public InlineStyle(RichTextBoxAdv richTextBoxAdv)
    Parameters
    Type Name Description
    RichTextBoxAdv richTextBoxAdv

    Fields

    BaselineProperty

    Declaration
    public static readonly DependencyProperty BaselineProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontFamilyProperty

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontSizeProperty

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontStyleProperty

    Declaration
    public static readonly DependencyProperty FontStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontWeightProperty

    Declaration
    public static readonly DependencyProperty FontWeightProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ForegroundProperty

    Declaration
    public static readonly DependencyProperty ForegroundProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HighlightColorProperty

    Declaration
    public static readonly DependencyProperty HighlightColorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsUnderlineProperty

    Declaration
    public static readonly DependencyProperty IsUnderlineProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StrikeThroughProperty

    Declaration
    public static readonly DependencyProperty StrikeThroughProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Baseline

    Declaration
    public Baseline Baseline { get; set; }
    Property Value
    Type
    Baseline

    FontFamily

    Declaration
    public FontFamily FontFamily { get; }
    Property Value
    Type
    System.Windows.Media.FontFamily

    FontSize

    Declaration
    public double FontSize { get; }
    Property Value
    Type
    System.Double

    FontStyle

    Declaration
    public FontStyle FontStyle { get; }
    Property Value
    Type
    System.Windows.FontStyle

    FontWeight

    Declaration
    public FontWeight FontWeight { get; }
    Property Value
    Type
    System.Windows.FontWeight

    Foreground

    Declaration
    public Color Foreground { get; }
    Property Value
    Type
    System.Windows.Media.Color

    HighlightColor

    Declaration
    public Color HighlightColor { get; }
    Property Value
    Type
    System.Windows.Media.Color

    InlineType

    Gets the type of the current inline

    Declaration
    public Type InlineType { get; }
    Property Value
    Type
    System.Type

    IsHyperlink

    Indicates whether the current inline is hyperlink

    Declaration
    public bool IsHyperlink { get; }
    Property Value
    Type
    System.Boolean

    IsSpan

    Indicates whether the current inline is SpanAdv

    Declaration
    public bool IsSpan { get; }
    Property Value
    Type
    System.Boolean

    IsSubscript

    Indicates whether the current inline is subscript

    Declaration
    public bool IsSubscript { get; }
    Property Value
    Type
    System.Boolean

    IsSuperscript

    Indicates whether the current inline is superscript

    Declaration
    public bool IsSuperscript { get; }
    Property Value
    Type
    System.Boolean

    IsUnderline

    Declaration
    public bool IsUnderline { get; }
    Property Value
    Type
    System.Boolean

    RichTextBox

    Declaration
    public RichTextBoxAdv RichTextBox { get; }
    Property Value
    Type
    RichTextBoxAdv

    StrikeThrough

    Declaration
    public StrikeThrough StrikeThrough { get; }
    Property Value
    Type
    StrikeThrough

    Methods

    IsEqualInStyle(Inline)

    Declaration
    public bool IsEqualInStyle(Inline inline)
    Parameters
    Type Name Description
    Inline inline
    Returns
    Type
    System.Boolean

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved