DocumentPageView.StretchDirection Egenskap

Definition

Hämtar eller anger en StretchDirection uppräkning som anger i vilka skalningsriktningar Stretch som ska tillämpas.

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

Egenskapsvärde

Uppräkningsvärdet som anger i vilka skalningsriktningar Stretch som ska tillämpas. Standardvärdet är DownOnly.

Kommentarer

Information om beroendeegenskap

Objekt Value
Identifierarfält StretchDirectionProperty
Metadataegenskaper inställda på true AffectsMeasure

Gäller för

Se även