DocumentPageView.StretchDirection 属性

定义

获取或设置一个 StretchDirection 枚举,该枚举指定应应用哪些缩放方向 Stretch

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

属性值

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

注解

Dependency 属性信息

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

适用于

另请参阅