XamlManipulationGroupNode Class

graph BT Type-->Base0["XamlAstNode"] click Base0 "/api/XamlX.Ast/XamlAstNode" Base0-->Base1["object"] Type-.->Interface0["IXamlAstManipulationNode"] click Interface0 "/api/XamlX.Ast/IXamlAstManipulationNode" Type-.->Interface1["IXamlAstNode"] click Interface1 "/api/XamlX.Ast/IXamlAstNode" Type-.->Interface2["IXamlLineInfo"] click Interface2 "/api/XamlX.Ast/IXamlLineInfo" Type["XamlManipulationGroupNode"] class Type type-node

Syntax

public class XamlManipulationGroupNode : XamlAstNode, IXamlAstManipulationNode, IXamlAstNode, 
    IXamlLineInfo

Constructors

Properties

Name Value Summary
Children List<IXamlAstManipulationNode>
Line int
Inherited from XamlAstNode
Position int
Inherited from XamlAstNode

Methods