Annotation.ShadowColor Property

Definition

Gets or sets the color of an annotation's shadow.

public:
 virtual property System::Drawing::Color ShadowColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public virtual System.Drawing.Color ShadowColor { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.ShadowColor : System.Drawing.Color with get, set
Public Overridable Property ShadowColor As Color

Property Value

A Color value used to draw the annotation shadow.

Attributes

Applies to