WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct XamlToken

    Show / Hide Table of Contents

    Struct XamlToken

    XAML Tokens

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public struct XamlToken

    Constructors

    XamlToken(XamlTokenKind, Int32)

    Initializes a new instance of the XamlToken struct.

    Declaration
    public XamlToken(XamlTokenKind kind, int length)
    Parameters
    Type Name Description
    XamlTokenKind kind

    The kind value.

    System.Int32 length

    The length.

    Fields

    Kind

    Define XamlToken Kind.

    Declaration
    public XamlTokenKind Kind
    Field Value
    Type Description
    XamlTokenKind

    Length

    Define the Length.

    Declaration
    public short Length
    Field Value
    Type Description
    System.Int16
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved