GenericTextParagraphProperties Class

Generic implementation of TextParagraphProperties

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public sealed class GenericTextParagraphProperties : TextParagraphProperties
Inheritance
Object    TextParagraphProperties    GenericTextParagraphProperties

Properties

AlwaysCollapsible If true, the formatted line may always be collapsed. If false (the default), only lines that overflow the paragraph width are collapsed.
(Overrides TextParagraphPropertiesAlwaysCollapsible)
DefaultIncrementalTab Gets the default incremental tab width.
(Inherited from TextParagraphProperties)
DefaultTextRunProperties Paragraph's default run properties
(Overrides TextParagraphPropertiesDefaultTextRunProperties)
FirstLineInParagraph Indicates the first line of the paragraph.
(Overrides TextParagraphPropertiesFirstLineInParagraph)
FlowDirection This property specifies whether the primary text advance direction shall be left-to-right, right-to-left, or top-to-bottom.
(Overrides TextParagraphPropertiesFlowDirection)
Indent Line indentation
(Overrides TextParagraphPropertiesIndent)
LetterSpacing The letter spacing
(Overrides TextParagraphPropertiesLetterSpacing)
LineHeight Paragraph's line height
(Overrides TextParagraphPropertiesLineHeight)
ParagraphIndent Get the paragraph indentation.
(Inherited from TextParagraphProperties)
TextAlignment This property describes how inline content of a block is aligned.
(Overrides TextParagraphPropertiesTextAlignment)
TextDecorations If not null, text decorations to apply to all runs in the line. This is in addition to any text decorations specified by the TextRunProperties for individual text runs.
(Inherited from TextParagraphProperties)
TextWrapping This property controls whether or not text wraps when it reaches the flow edge of its containing block box
(Overrides TextParagraphPropertiesTextWrapping)

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also