Class AmbientPropertyValue
Inheritance
System.Object
AmbientPropertyValue
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
Assembly: OpenSilver.Xaml.dll
Syntax
public class AmbientPropertyValue
Constructors
| Improve this Doc View SourceAmbientPropertyValue(XamlMember, Object)
Declaration
public AmbientPropertyValue(XamlMember property, object value)
Parameters
Type | Name | Description |
---|---|---|
XamlMember | property | |
System.Object | value |
Properties
| Improve this Doc View SourceRetrievedProperty
Declaration
public XamlMember RetrievedProperty { get; }
Property Value
Type | Description |
---|---|
XamlMember |
Value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |