Search Results for

    Show / Hide Table of Contents

    Class WpfFormattedText.TextPart

    Inheritance
    System.Object
    WpfFormattedText.TextPart
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Converters
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class TextPart

    Constructors

    TextPart()

    Declaration
    public TextPart()

    TextPart(Inline, InlineCollection)

    Declaration
    public TextPart(Inline inline, InlineCollection col)
    Parameters
    Type Name Description
    System.Windows.Documents.Inline inline
    System.Windows.Documents.InlineCollection col

    Fields

    mChildren

    Declaration
    public InlineCollection mChildren
    Field Value
    Type Description
    System.Windows.Documents.InlineCollection

    mInline

    Declaration
    public Inline mInline
    Field Value
    Type Description
    System.Windows.Documents.Inline

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • TextPart()
      • TextPart(Inline, InlineCollection)
    • Fields
      • mChildren
      • mInline
    • Extension Methods
    Back to top Generated by DocFX