LegendItem.BorderWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the border width of a legend item.
public:
property int BorderWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int BorderWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BorderWidth : int with get, set
Public Property BorderWidth As Integer
Property Value
An integer
value that determines the width, in pixels, of the legend item border.
- Attributes
Remarks
The BorderWidth property can also be used to set the width of lines when, for example, custom legend items are displayed with a Line style.
Note This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.