ReferenceNode.GetVector4Property(String) Method
Definition
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.
Create a reference to the specified Vector4 property. This maybe be a property on the CompositionObject directly, or on the its PropertySet.
public CommunityToolkit.WinUI.Animations.Expressions.Vector4Node GetVector4Property(string propertyName);
member this.GetVector4Property : string -> CommunityToolkit.WinUI.Animations.Expressions.Vector4Node
Public Function GetVector4Property (propertyName As String) As Vector4Node
Parameters
- propertyName
- String
The name of the property to reference.
Returns
Vector4Node