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

특성

적용 대상