SizeChangedInfo::HeightChanged Property

 

Gets a value indicating whether this SizeChangedInfo reports a size change that includes a significant change to the Height component.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool HeightChanged {
	bool get();
}

Property Value

Type: System::Boolean

true if there is a significant Height component change; otherwise, false.

This property is read-only, and can only be set in the initial SizeChangedInfo constructor.

.NET Framework
Available since 3.0
Return to top
Show: