InkAnalysisLine.IndentLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the indent level (based on the number of levels from the ink input that are recognized by ink analysis) of the InkAnalysisLine object.
public:
property int IndentLevel { int get(); };
int IndentLevel();
public int IndentLevel { get; }
var int32 = inkAnalysisLine.indentLevel;
Public ReadOnly Property IndentLevel As Integer
Property Value
Int32
int