Share via


Grid.LineDashStyle 속성

정의

모눈선 스타일을 가져오거나 설정합니다.

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartDashStyle LineDashStyle { System::Windows::Forms::DataVisualization::Charting::ChartDashStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartDashStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartDashStyle LineDashStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.LineDashStyle : System.Windows.Forms.DataVisualization.Charting.ChartDashStyle with get, set
Public Property LineDashStyle As ChartDashStyle

속성 값

ChartDashStyle 열거 값입니다. 기본값은 Solid입니다.

특성

설명

LineDashStyle 표 주 눈금과 보조 눈금 표시의 선 스타일을 지정 하려면 속성을 사용할 수 있습니다. 단색, 점선 등 줄 수 있습니다.

적용 대상