Share via


StripLine.BorderDashStyle プロパティ

定義

背景の縞模様の境界線スタイルを取得または設定します。

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

プロパティ値

背景の縞模様の境界線スタイルを決定する ChartDashStyle 列挙値。

属性

注釈

このプロパティは、罫線に使用される線のスタイルを指定します。 線には、実線、点線、または実線と点線のバリエーションを指定できます。

適用対象