DiagramView.GripColor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
垂直滚动条和水平滚动条可见时用于绘制关系图右下角的手柄的颜色。
public:
property System::Drawing::Color GripColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color GripColor { get; set; }
member this.GripColor : System.Drawing.Color with get, set
Public Property GripColor As Color