VisualElement.Scale 属性

定义

获取或设置应用于元素的比例因子。 这是一种可绑定属性。

public:
 property double Scale { double get(); void set(double value); };
public double Scale { get; set; }
member this.Scale : double with get, set
Public Property Scale As Double

属性值

元素的比例因子。 默认值为 1.0。

注解

默认值为 1.0。

Scale 相对于 AnchorXAnchorY应用 。

适用于