LegendItem.MarkerBorderWidth Свойство

Определение

Получает или задает ширину границы маркеров, если они используются. Измеряется в пикселях.

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

Значение свойства

Int32

Значение integer. Значение по умолчанию — один (1) пиксель.

Атрибуты

Комментарии

Это свойство применимо только к LegendCell объектам с параметром LegendCellType SeriesSymbol или Image .

Применяется к