Share via


Viewbox.StretchDirection プロパティ

定義

Viewbox の内容にスケーリングを適用する方法を決定する StretchDirection を取得または設定します。

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

プロパティ値

Viewbox の内容にスケーリングを適用する方法を決定する StretchDirection 既定値は Both です。

適用対象