Diagram.GridColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the grid color.
public:
property System::Drawing::Color GridColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color GridColor { get; set; }
member this.GridColor : System.Drawing.Color with get, set
Public Property GridColor As Color