Paragraph.TextIndentProperty Property

Definition

Identifies the TextIndent dependency property.

public:
 static property DependencyProperty ^ TextIndentProperty { DependencyProperty ^ get(); };
static DependencyProperty TextIndentProperty();
public static DependencyProperty TextIndentProperty { get; }
var dependencyProperty = Paragraph.textIndentProperty;
Public Shared ReadOnly Property TextIndentProperty As DependencyProperty

Property Value

The identifier for the TextIndent dependency property.

Applies to