Legend.Enabled Propiedad

Definición

Obtiene o establece un valor que determina si la leyenda está habilitada.

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

Valor de propiedad

Boolean

Es true si la leyenda está habilitada; de lo contrario, es false. El valor predeterminado es true.

Atributos

Comentarios

Para ocultar una leyenda, establezca esta propiedad en false .

Se aplica a