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

プロパティ値

true 軸に対してインターレースストリップラインが表示される場合。それ以外の場合は False

属性

適用対象