SmartLabelStyle.Enabled 속성

정의

알고리즘을 사용할 수 있는지 여부를 나타내는 플래그를 SmartLabelStyle 가져오거나 설정합니다.

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

속성 값

true 데이터 요소 레이블이 겹치지 않도록 알고리즘을 적용하면 입니다. False 데이터 요소 레이블이 겹치는 것을 방지하지 않으면 입니다. 기본값은 true입니다.

특성

적용 대상