Class PropertyDefinition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Xaml.Markup
Assembly: OpenSilver.Xaml.dll
Syntax
public class PropertyDefinition : MemberDefinition
Constructors
| Improve this Doc View SourcePropertyDefinition()
Declaration
public PropertyDefinition()
Properties
| Improve this Doc View SourceAttributes
Declaration
public IList<Attribute> Attributes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Attribute> |
Modifier
Declaration
public string Modifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public override string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceType
Declaration
[TypeConverter(typeof(XamlTypeTypeConverter))]
public XamlType Type { get; set; }
Property Value
Type | Description |
---|---|
XamlType |