DocumentPageView::Stretch Property

 

Gets or sets a Stretch enumeration that specifies how content should be stretched to fill the display page.

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

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

Property Value

Type: System.Windows.Media::Stretch

The enumeration value that specifies how content should be stretched to fill the display page. The default is Stretch::Uniform.

Identifier field

StretchProperty

Metadata properties set to true

AffectsMeasure

.NET Framework
Available since 3.0
Return to top
Show: