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會套用至 和 AnchorY的相對 AnchorX

適用於