DocumentPageView.StretchDirection Property

Definition

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

public:
 property System::Windows::Controls::StretchDirection StretchDirection { System::Windows::Controls::StretchDirection get(); void set(System::Windows::Controls::StretchDirection value); };
public System.Windows.Controls.StretchDirection StretchDirection { get; set; }
member this.StretchDirection : System.Windows.Controls.StretchDirection with get, set
Public Property StretchDirection As StretchDirection

Property Value

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

Remarks

Dependency Property Information

Identifier field StretchDirectionProperty
Metadata properties set to true AffectsMeasure

Applies to

See also