Class TextBlock
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
FontTypographyProperty
Identifies the FontTypography dependency property.
public static readonly DependencyProperty FontTypographyProperty
Field Value
Properties
Appearance
Gets or sets the color of the text.
public TextColor Appearance { get; set; }
Property Value
FontTypography
Gets or sets the FontTypography of the text.
public FontTypography FontTypography { get; set; }