Paragraph.TextIndent Property

Definition

Gets or sets a value that indicates how far to indent the first line of a Paragraph.

C#
[System.ComponentModel.TypeConverter(typeof(System.Windows.LengthConverter))]
public double TextIndent { get; set; }

Property Value

A double value specifying the amount to indent the first line of the paragraph, in device independent pixels. The default value is 0.

Attributes

Remarks

XAML Attribute Usage

<object TextIndent="double"/>
- or -
<object TextIndent="qualifiedDouble"/>

XAML Values

double Double

A string representation of a Double value equal to or greater than 0.0 but smaller than PositiveInfinity. An unqualified value is measured in device independent pixels. Strings need not explicitly include decimal points.

qualifiedDouble A double value as described above, (except Auto) followed by one of the following unit specifiers: px, in, cm, pt.

px (default) is device-independent units (1/96th inch per unit)

in is inches; 1in==96px

cm is centimeters; 1cm==(96/2.54) px

pt is points; 1pt==(96/72) px

Dependency Property Information

Item Value
Identifier field TextIndentProperty
Metadata properties set to true AffectsMeasure, AffectsRender

Applies to

Produk Versi
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10