BorderSkin.BorderDashStyle Property

Definition

Gets or sets the style of the border line of a border skin frame.

public:
 property System::Web::UI::DataVisualization::Charting::ChartDashStyle BorderDashStyle { System::Web::UI::DataVisualization::Charting::ChartDashStyle get(); void set(System::Web::UI::DataVisualization::Charting::ChartDashStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.ChartDashStyle BorderDashStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BorderDashStyle : System.Web.UI.DataVisualization.Charting.ChartDashStyle with get, set
Public Property BorderDashStyle As ChartDashStyle

Property Value

A ChartDashStyle enumeration value.

Attributes

Applies to