Поделиться через


Viewbox.StretchDirection Свойство

Определение

Возвращает или задает 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" />

Значение свойства

StretchDirection, который определяет, как масштабирование применяется к содержимому поля просмотра. Значение по умолчанию — Оба.

Применяется к