- Namespace
- XamlX
.Ast - Containing Type
- Xaml
Property Assignment Node
Syntax
public XamlPropertyAssignmentNode(IXamlLineInfo lineInfo, XamlAstClrProperty property, IEnumerable<IXamlPropertySetter> setters, IEnumerable<IXamlAstValueNode> values)
Parameters
Name | Type | Description |
---|---|---|
lineInfo | IXamlLineInfo | |
property | XamlAstClrProperty | |
setters | IEnumerable |
|
values | IEnumerable |
Return Value
Type | Description |
---|---|
void |