Edit

ReferenceNode.GetBooleanProperty(String) Method

Definition

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.

Applies to