menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScopeDefinition - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Type
    LineItemExpandInformation

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved