←Select platform

Color Property

Summary

Gets or sets the color of this AnnSolidBrush object.

Syntax

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

Property Value

A System.Drawing.Color structure that represents the color of this brush.

Example

For an example, refer to AnnSolidBrush.

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