DocumentPageView::StretchDirection Property

 

Gets or sets a StretchDirection enumeration that specifies in what scaling directions Stretch should be applied.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property StretchDirection StretchDirection {
	StretchDirection get();
	void set(StretchDirection value);
}

Property Value

Type: System.Windows.Controls::StretchDirection

The enumeration value that specifies in what scaling directions Stretch should be applied. The default is StretchDirection::DownOnly.

.NET Framework
Available since 3.0
Return to top
Show: