TextFormattingParagraphProperties.DefaultIncrementalTab Property
Gets the default incremental tab.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'宣言
Public Overrides ReadOnly Property DefaultIncrementalTab As Double
public override double DefaultIncrementalTab { get; }
public:
virtual property double DefaultIncrementalTab {
double get () override;
}
abstract DefaultIncrementalTab : float
override DefaultIncrementalTab : float
override function get DefaultIncrementalTab () : double
Property Value
Type: System.Double
The default incremental tab.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.