DocumentPageView.StretchDirection Propiedad

Definición

Obtiene o establece una StretchDirection enumeración que especifica en qué direcciones Stretch de escala se deben aplicar.

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

Valor de propiedad

Valor de enumeración que especifica en qué direcciones Stretch de escala se deben aplicar. El valor predeterminado es DownOnly.

Comentarios

Información de la propiedad dependency

Elemento Value
Campo identificador StretchDirectionProperty
Propiedades de metadatos establecidas en true AffectsMeasure

Se aplica a

Consulte también