Properties Property
Properties
Gets a read-only collection of properties set on this XamlObject. This includes both attribute and element properties.
Declaration
public IList<XamlProperty> Properties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<XamlProperty> |