XamlPropertyAssignment Class

Definition

public sealed record XamlPropertyAssignment(string PropertyName, string XmlNamespace, string Value, bool IsAttached, int Line, int Column, ConditionalXamlExpression? Condition = null) : IEquatable<XamlPropertyAssignment>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (7)