Share via


AxisScaleView.IsZoomed プロパティ

定義

軸を拡大表示するかどうかを示すフラグを取得します。

public:
 property bool IsZoomed { bool get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public bool IsZoomed { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.IsZoomed : bool
Public ReadOnly Property IsZoomed As Boolean

プロパティ値

Boolean

軸を拡大表示する場合は true。それ以外の場合は false

属性

適用対象