LegendItem.MarkerBorderWidth Propiedad

Definición

Obtiene o establece el ancho de borde de los marcadores, si se usa. Medido en píxeles.

public:
 property int MarkerBorderWidth { int get(); void set(int value); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int MarkerBorderWidth { get; set; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.MarkerBorderWidth : int with get, set
Public Property MarkerBorderWidth As Integer

Valor de propiedad

Un integer valor. El valor predeterminado es un píxel (1).

Atributos

Comentarios

Esta propiedad solo se aplica a LegendCell objetos con un LegendCellType de SeriesSymbol o Image.

Se aplica a