Class ScopeDefinition
Inheritance
System.Object
ScopeDefinition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class ScopeDefinition
Constructors
ScopeDefinition()
Declaration
public ScopeDefinition()
Properties
EndLine
Declaration
public int EndLine { get; }
Property Value
Type |
---|
System.Int32 |
ScopeName
Declaration
public string ScopeName { get; set; }
Property Value
Type |
---|
System.String |
StartItem
Declaration
public LineItemExpandInformation StartItem { get; set; }
Property Value
StartLine
Declaration
public int StartLine { get; set; }
Property Value
Type |
---|
System.Int32 |
Type
Declaration
public ScopeLevel Type { get; set; }
Property Value
Type |
---|
ScopeLevel |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
---|
System.String |
Overrides
System.Object.ToString()