Axis.IsInterlaced プロパティ

定義

インターレースされた背景の縞模様が軸に表示されるかどうかを示すフラグを取得または設定します。

public:
 property bool IsInterlaced { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsInterlaced { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsInterlaced : bool with get, set
Public Property IsInterlaced As Boolean

プロパティ値

Boolean

インターレースされた背景の縞模様が軸に表示される場合は true。それ以外の場合は False

属性

適用対象