Class ScopeDefinition
Inheritance
System.Object
ScopeDefinition
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class ScopeDefinition : Object
Constructors
ScopeDefinition()
Declaration
Properties
EndLine
Declaration
public int EndLine { get; }
Property Value
ScopeName
Declaration
public string ScopeName { get; set; }
Property Value
StartItem
Declaration
public LineItemExpandInformation StartItem { get; set; }
Property Value
StartLine
Declaration
public int StartLine { get; set; }
Property Value
Type
Declaration
public ScopeLevel Type { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns