SmartLabelStyle.Enabled 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
알고리즘을 사용할 수 있는지 여부를 나타내는 플래그를 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입니다.
- 특성