Share via


Viewbox.Stretch 屬性

定義

取得或設定 Stretch 模式,決定內容如何放入可用空間。

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

void Stretch(Stretch value);
public Stretch Stretch { get; set; }
var stretch = viewbox.stretch;
viewbox.stretch = stretch;
Public Property Stretch As Stretch
<ViewBox Stretch="stretchMemberName"/>

屬性值

Stretch 模式,決定內容如何符合可用空間。 預設值為 Uniform

適用於