Viewbox.StretchDirection Eigenschaft

Definition

Ruft die StretchDirection ab, die bestimmt, wie die Skalierung auf den Inhalt eines Viewbox-Steuerelements angewendet wird, oder legt diese fest.

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" />

Eigenschaftswert

Eine StretchDirection, die bestimmt, wie die Skalierung auf den Inhalt eines Viewbox-Steuerelements angewendet wird. Der Standardwert ist Beides.

Gilt für: