Search Results for

    Show / Hide Table of Contents

    Class XamlSource

    Xaml source instance

    Inheritance
    System.Object
    XamlSource
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.CXUI.Xaml
    Assembly: Simplic.CXUI.Xaml.dll
    Syntax
    public class XamlSource

    Properties

    | Improve this Doc View Source

    Name

    Name of the UI element

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Path

    Path to the source file

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    XamlCode

    Xaml source code

    Declaration
    public string XamlCode { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx