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