VisualElement.Scale プロパティ
定義
要素に適用するスケール ファクターを取得または設定します。Gets or sets the scale factor applied to the element.
public double Scale { get; set; }
member this.Scale : double with get, set
プロパティ値
要素のスケール ファクター。The scale factor of the element. 既定値は 1.0 です。Default value is 1.0.
注釈
に対して相対的なスケールが適用されるAnchorXとAnchorYします。Scale is applied relative to AnchorX and AnchorY.