Condividi tramite


Viewbox.StretchDirection Proprietà

Definizione

Ottiene o imposta StretchDirection, che determina la modalità di applicazione del ridimensionamento al contenuto di una casella di visualizzazione.

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

void StretchDirection(StretchDirection value);
public StretchDirection StretchDirection { get; set; }
var stretchDirection = viewbox.stretchDirection;
viewbox.stretchDirection = stretchDirection;
Public Property StretchDirection As StretchDirection
<ViewBox StretchDirection="stretchDirectionMemberName" />

Valore della proprietà

StretchDirection, che determina la modalità di applicazione del ridimensionamento al contenuto di una casella di visualizzazione. Il valore predefinito è Both.

Si applica a