Click or drag to resize

AttachedPropertiesContainerSetLoadEmergencyZeroLogical method

WPF setter for the LastNotNullLogicalProperty.

Namespace: Vishnu.WPF_UI.DependencyProperties
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static void SetLastNotNullLogical(
	
	DependencyObject obj,
	
	bool? val
)

Parameters

obj  DependencyObject
The owning control.
val  NullableBoolean
A nullable Boolean that corresponds to the last logical state of the control.
See also