GenericTextParagraphProperties Class
Generic implementation of TextParagraphProperties
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public sealed class GenericTextParagraphProperties : TextParagraphProperties
Public NotInheritable Class GenericTextParagraphProperties
Inherits TextParagraphProperties
[<SealedAttribute>]
type GenericTextParagraphProperties =
class
inherit TextParagraphProperties
end
Inheritance | Object → TextParagraphProperties → GenericTextParagraphProperties |
Constructors
GenericTextParagraphProperties(TextParagraphProperties) | Constructing TextParagraphProperties from another one |
GenericTextParagraphProperties(TextRunProperties, TextAlignment, TextWrapping, Double, Double) | Constructing TextParagraphProperties |
GenericTextParagraphProperties(FlowDirection, TextAlignment, Boolean, Boolean, TextRunProperties, TextWrapping, Double, Double, Double) | Constructing TextParagraphProperties |
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 TextParagraphProperties.AlwaysCollapsible) |
DefaultIncrementalTab | Gets the default incremental tab width. (Inherited from TextParagraphProperties) |
DefaultTextRunProperties | Paragraph's default run properties (Overrides TextParagraphProperties.DefaultTextRunProperties) |
FirstLineInParagraph | Indicates the first line of the paragraph. (Overrides TextParagraphProperties.FirstLineInParagraph) |
FlowDirection | This property specifies whether the primary text advance direction shall be left-to-right, right-to-left, or top-to-bottom. (Overrides TextParagraphProperties.FlowDirection) |
Indent | Line indentation (Overrides TextParagraphProperties.Indent) |
LetterSpacing | The letter spacing (Overrides TextParagraphProperties.LetterSpacing) |
LineHeight | Paragraph's line height (Overrides TextParagraphProperties.LineHeight) |
ParagraphIndent | Get the paragraph indentation. (Inherited from TextParagraphProperties) |
TextAlignment | This property describes how inline content of a block is aligned. (Overrides TextParagraphProperties.TextAlignment) |
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 TextParagraphProperties.TextWrapping) |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() | Serves as the default hash function. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a string that represents the current object. (Inherited from Object) |