←Select platform

BackColor Property

Summary

Gets or sets the color of the spaces between the hatch lines drawn by this AnnHatchBrush object.

Syntax

C#
VB
C++
[XmlIgnoreAttribute()] 
public virtual Color BackColor { get; set; } 
  
Public Overridable Property BackColor As Color 
public: 
virtual property Color BackColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

A System.Drawing.Color structure that represents the color of the spaces between the hatch lines drawn by this AnnHatchBrush object.

Example

For an example, refer to AnnHatchBrush.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly