LabelStyle.IsStaggered Property

Definition

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

Property Value

true if the labels are shown with an offset; otherwise, false.

Attributes

Applies to