LegendItem.MarkerBorderWidth Propriedade

Definição

Obtém ou define a largura da borda do marcador, se usado.Gets or sets the border width of the markers, if used. Medido em pixels.Measured in pixels.

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 da propriedade

Int32

Um valor integer.An integer value. O valor padrão é um (1) pixel.The default value is one (1) pixel.

Atributos

Comentários

Essa propriedade é aplicável somente a LegendCell objetos com um LegendCellType de SeriesSymbol ou Image .This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.

Aplica-se a