GenericTextRunProperties Class

Generic implementation of TextRunProperties

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public class GenericTextRunProperties : TextRunProperties
Inheritance
Object    TextRunProperties    GenericTextRunProperties

Properties

BackgroundBrush Brush used to paint background of run.
(Overrides TextRunPropertiesBackgroundBrush)
BaselineAlignment Run vertical box alignment
(Overrides TextRunPropertiesBaselineAlignment)
CultureInfo Run text culture.
(Overrides TextRunPropertiesCultureInfo)
FontFeatures Optional features of used font.
(Overrides TextRunPropertiesFontFeatures)
FontRenderingEmSize Em size of font used to format and display text
(Overrides TextRunPropertiesFontRenderingEmSize)
ForegroundBrush Brush used to fill text.
(Overrides TextRunPropertiesForegroundBrush)
TextDecorations Run TextDecorations.
(Overrides TextRunPropertiesTextDecorations)
Typeface Run typeface
(Overrides TextRunPropertiesTypeface)

Methods

Equals(Object)
(Inherited from TextRunProperties)
Equals(TextRunProperties)
(Inherited from TextRunProperties)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode
(Inherited from TextRunProperties)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also