LabelStyle.IsStaggered 属性

定义

获取或设置一个标志,该标志确定标签是否显示为带有偏移量。Gets or sets a flag that determines whether the labels are shown with an offset.

public:
 property bool IsStaggered { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsStaggered { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsStaggered : bool with get, set
Public Property IsStaggered As Boolean

属性值

Boolean

如果标签显示为带有偏移量,则为 true;否则为 falsetrue if the labels are shown with an offset; otherwise, false.

属性

适用于