Table of Contents

Class TextBlock

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Extended TextBlock with additional parameters like FontTypography.

public class TextBlock : TextBlock, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IContentHost, IAddChild, IServiceProvider
Inheritance
TextBlock
Implements
Inherited Members

Fields

AppearanceProperty

Identifies the Appearance dependency property.

public static readonly DependencyProperty AppearanceProperty

Field Value

DependencyProperty

FontTypographyProperty

Identifies the FontTypography dependency property.

public static readonly DependencyProperty FontTypographyProperty

Field Value

DependencyProperty

Properties

Appearance

Gets or sets the color of the text.

public TextColor Appearance { get; set; }

Property Value

TextColor

FontTypography

Gets or sets the FontTypography of the text.

public FontTypography FontTypography { get; set; }

Property Value

FontTypography