AdornerStretch 枚举
更新:2007 年 11 月
一个枚举,用来在缩放设计视图时确定装饰器的特定尺寸(X 或 Y)的行为方式。
命名空间: Microsoft.Windows.Design.Interaction
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Public Enumeration AdornerStretch
用法
Dim instance As AdornerStretch
public enum AdornerStretch
public enum class AdornerStretch
public enum AdornerStretch
成员
备注
在 SetHorizontalStretch 和 SetVerticalStretch 方法中使用 AdornerStretch 可以指定缩放设计视图时装饰器面板的缩放行为。
示例
下面的代码示例演示如何使用 SetHorizontalStretch 方法来指定装饰器的水平 AdornerStretch 值。此代码示例摘自 AdornerPanel 类的一个更大的示例。
AdornerPanel.SetHorizontalStretch(opacitySlider, AdornerStretch.Stretch)
AdornerPanel.SetVerticalStretch(opacitySlider, AdornerStretch.None)
AdornerPanel.SetHorizontalStretch(opacitySlider, AdornerStretch.Stretch);
AdornerPanel.SetVerticalStretch(opacitySlider, AdornerStretch.None);
另请参见
参考
Microsoft.Windows.Design.Interaction 命名空间