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
。
- 属性