Class WpfFormattedText.TextPart
Inheritance
Object
WpfFormattedText.TextPart
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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 |
---|---|---|
Inline | inline | |
InlineCollection | col |
Fields
mChildren
Declaration
public InlineCollection mChildren
Field Value
Type | Description |
---|---|
InlineCollection |
mInline
Declaration
public Inline mInline
Field Value
Type | Description |
---|---|
Inline |