AxisScaleView.IsZoomed 属性
定义
获取一个标志,该标志指示轴是否已放大。Gets a flag that indicates whether the axis is zoomed in.
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
属性值
如果轴已放大,则为 true;否则,为 false。true if the axis is zoomed in; otherwise, false.
- 属性