DocumentPageView.StretchDirection 属性

定义

获取或设置指定应在哪个缩放方向应用 StretchDirectionStretch 枚举值。

public:
 property System::Windows::Controls::StretchDirection StretchDirection { System::Windows::Controls::StretchDirection get(); void set(System::Windows::Controls::StretchDirection value); };
public System.Windows.Controls.StretchDirection StretchDirection { get; set; }
member this.StretchDirection : System.Windows.Controls.StretchDirection with get, set
Public Property StretchDirection As StretchDirection

属性值

StretchDirection

指定应在哪个缩放方向应用 Stretch 的枚举值。 默认值为 DownOnly

注解

依赖项属性信息

标识符字段 StretchDirectionProperty
元数据属性设置为 true AffectsMeasure

适用于

另请参阅