Cursor.SelectionColor 속성

정의

데이터 범위를 강조 표시하는 반투명 색을 가져오거나 설정합니다.

public:
 property System::Drawing::Color SelectionColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color SelectionColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.SelectionColor : System.Drawing.Color with get, set
Public Property SelectionColor As Color

속성 값

강조 표시된 범위의 색입니다. 기본값은 LightGray알파 값이 120인 값입니다.

특성

설명

이 속성은 범위 선택의 색을 결정하며 유효한 ARGB(알파, 빨강, 녹색, 파랑) 값으로 설정할 수 있습니다. 투명도 수준을 결정하는 알파 값이 제공되지 않으면 기본 알파 값 120이 사용됩니다.

선택한 색은 각각 개체의 속성과 속성을 사용하여 구현되는 X 및 CursorY Y축 커서 모두에 CursorXChartArea 대해 설정할 수 있습니다. X축을 따라 범위만 선택하는 경우 X축 SelectionColor 커서 값이 사용됩니다. 범위가 Y축 SelectionColor 을 따라 선택되어 있는 경우 Y축 커서 값이 사용됩니다. 두 축 SelectionColor 을 따라 범위를 선택하면 선택한 색에도 Y축 커서 값이 사용됩니다.

적용 대상