Annotation.BackGradientStyle 속성

정의

주석 배경의 그라데이션 스타일을 가져오거나 설정합니다.

public:
 virtual property System::Windows::Forms::DataVisualization::Charting::GradientStyle BackGradientStyle { System::Windows::Forms::DataVisualization::Charting::GradientStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::GradientStyle value); };
public virtual System.Windows.Forms.DataVisualization.Charting.GradientStyle BackGradientStyle { get; set; }
member this.BackGradientStyle : System.Windows.Forms.DataVisualization.Charting.GradientStyle with get, set
Public Overridable Property BackGradientStyle As GradientStyle

속성 값

GradientStyle 주석 배경을 그리는 데 사용되는 값입니다.

설명

그라데이션을 그리는 데는 두 가지 색이 BackColorBackSecondaryColor사용됩니다.

이 속성은 줄 형식 주석, 이미지 주석 및 텍스트 주석에는 적용되지 않습니다.

적용 대상