XamlPropertyAssignmentNode 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["XamlPropertyAssignmentNode"] class Type type-node

Syntax

public class XamlPropertyAssignmentNode : XamlAstNode, IXamlAstManipulationNode, IXamlAstNode, 
    IXamlLineInfo

Constructors

Properties

Name Value Summary
Line int
Inherited from XamlAstNode
Position int
Inherited from XamlAstNode
PossibleSetters List<IXamlPropertySetter>
Property XamlAstClrProperty
Values List<IXamlAstValueNode>

Methods