Class TextElement
An abstract class used as the base class for the also-abstract Block and Inline classes. TextElement supports common API for classes involved in the XAML text object model, such as properties that control text size, font families and so on.
Inheritance
System.Object
TextElement
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 TextElement : Control
Fields
| Improve this Doc View SourceCharacterSpacingProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty CharacterSpacingProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceCharacterSpacing
Declaration
[NotImplemented]
public int CharacterSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |