ManipulationDelta.Expansion 属性

定义

获取或设置操作的大小(以与设备无关的单位为单位 (单位) 1/96 英寸)。

public:
 property System::Windows::Vector Expansion { System::Windows::Vector get(); };
public System.Windows.Vector Expansion { get; }
member this.Expansion : System.Windows.Vector
Public ReadOnly Property Expansion As Vector

属性值

操作大小(以与设备无关的单位为单位) (单位) 1/96 英寸。

注解

ScaleExpansion 属性都报告大小调整操作。 两者之间的差异是报告值的方式。 属性 Expansion 以与设备无关的单位报告大小调整操作, (单位) 1/96 英寸。 属性 Scale 将值报告为乘数。 如果 Scale 为 0.5,则操作解释为将大小减小 50%。 如果 Scale 为 2,则操作被解释为将大小增加 100%。

适用于