SizeChangedInfo::WidthChanged Property

 

Gets a value that declares whether the Width component of the size changed.

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

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

Property Value

Type: System::Boolean

true if the width changed; otherwise, false.

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

.NET Framework
Available since 3.0
Return to top
Show: