Cursor.SelectionColor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置突出显示某一范围数据的半透明颜色。
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,其 alpha 值为 120。
- 属性
注解
此属性确定范围选择的颜色,可以设置为 alpha、红色、绿色、蓝色 (ALPHA、红色、绿色) ARGB。 如果未提供确定透明度级别的 alpha 值,则使用默认的 alpha 值 120。
可以同时为 X 轴和 Y 轴光标设置所选颜色,这两种光标分别使用 对象的 和 属性 CursorX CursorY ChartArea 实现。 如果仅沿 X 轴选择范围,则使用 X 轴光标的值;如果仅沿 Y 轴选择范围,则使用 Y 轴光标 SelectionColor SelectionColor 的值。 如果沿两个轴选择范围,则 Y 轴光标的值 SelectionColor 也将用于所选颜色。