Поделиться через


TextFormattingParagraphProperties.Indent Property

Gets the size of the indent.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Декларация
Public Overrides ReadOnly Property Indent As Double
    Get
public override double Indent { get; }
public:
virtual property double Indent {
    double get () override;
}
abstract Indent : float
override Indent : float
override function get Indent () : double

Property Value

Type: System.Double
The size of the indent.

.NET Framework Security

See Also

Reference

TextFormattingParagraphProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace