Class Inline
Provides a base class for inline text elements, such as Span and Run.
Inheritance
System.Object
Inline
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Documents
Assembly: OpenSilver.dll
Syntax
public abstract class Inline : TextElement
Fields
| Improve this Doc View SourceTextDecorationsProperty
Identifies the TextDecorations dependency property.
Declaration
public static readonly DependencyProperty TextDecorationsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceTextDecorations
Gets or sets the text decorations (underline, strikethrough...).
Declaration
public TextDecorationCollection TextDecorations { get; set; }
Property Value
Type | Description |
---|---|
TextDecorationCollection |
Methods
| Improve this Doc View SourceOnAfterApplyHorizontalAlignmentAndWidth()
Declaration
protected override void OnAfterApplyHorizontalAlignmentAndWidth()
Overrides
| Improve this Doc View SourceOnAfterApplyVerticalAlignmentAndWidth()
Declaration
protected override void OnAfterApplyVerticalAlignmentAndWidth()
Overrides
Operators
| Improve this Doc View SourceImplicit(String to Inline)
Declaration
public static implicit operator Inline(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type | Description |
---|---|
Inline |