ReferenceNode Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class ReferenceNode.
public abstract class ReferenceNode : Microsoft.Toolkit.Uwp.UI.Animations.Expressions.ExpressionNode
type ReferenceNode = class
inherit ExpressionNode
Public MustInherit Class ReferenceNode
Inherits ExpressionNode
- Inheritance
- Derived
Reference |
Gets the reference. |
Subchannels |
Gets or sets the subchannels. (Inherited from ExpressionNode) |
Dispose() |
Releases all resources used by this ExpressionNode. (Inherited from ExpressionNode) |
Get |
Create a reference to the specified boolean property. This maybe be a property on the CompositionObject directly, or on the its PropertySet. |
Get |
Create a reference to the specified Color property. This maybe be a property on the CompositionObject directly, or on the its PropertySet. |
Get |
Create a reference to the specified Matrix3x2 property. This maybe be a property on the CompositionObject directly, or on the its PropertySet. |
Get |
Create a reference to the specified Matrix4x4 property. This maybe be a property on the CompositionObject directly, or on the its PropertySet. |
Get |
Create a reference to the specified Quaternion property. This maybe be a property on the CompositionObject directly, or on the its PropertySet. |
Get |
Create a reference to the specified float property. This maybe be a property on the CompositionObject directly, or on the its PropertySet. |
Get |
Gets the value. |
Get |
Create a reference to the specified Vector2 property. This maybe be a property on the CompositionObject directly, or on the its PropertySet. |
Get |
Create a reference to the specified Vector3 property. This maybe be a property on the CompositionObject directly, or on the its PropertySet. |
Get |
Create a reference to the specified Vector4 property. This maybe be a property on the CompositionObject directly, or on the its PropertySet. |
Populate |
Populates the parameter nodes. (Inherited from ExpressionNode) |
Reference |
References the property. |
Set |
Resolve a named parameter to the boolean value it will use. (Inherited from ExpressionNode) |
Set |
Resolve a named parameter to the Color value it will use. (Inherited from ExpressionNode) |
Set |
Resolve a named parameter to the Matrix3x2 value it will use. (Inherited from ExpressionNode) |
Set |
Resolve a named parameter to the Matrix4x4 value it will use. (Inherited from ExpressionNode) |
Set |
Resolve a named parameter to the Quaternion value it will use. (Inherited from ExpressionNode) |
Set |
Resolve a named reference parameter to the CompositionObject it will refer to. (Inherited from ExpressionNode) |
Set |
Resolve a named parameter to the float value it will use. (Inherited from ExpressionNode) |
Set |
Resolve a named parameter to the Vector2 value it will use. (Inherited from ExpressionNode) |
Set |
Resolve a named parameter to the Vector3 value it will use. (Inherited from ExpressionNode) |
Set |
Resolve a named parameter to the Vector4 value it will use. (Inherited from ExpressionNode) |
Subchannels |
Subchannelses the internal. (Inherited from ExpressionNode) |
Προϊόν | Εκδόσεις |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |