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); };
public int MarkerBorderWidth { get; set; }
member this.MarkerBorderWidth : int with get, set
Public Property MarkerBorderWidth As Integer

Valor de propiedad

Valor integer que representa el ancho del borde de los marcadores. El valor predeterminado es un píxel (1).

Comentarios

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

Se aplica a