1 override of ShadowColor
System.Windows.Forms.DataVisualization (1)
Common\Annotation\GroupAnnotation.cs (1)
609 override public Color ShadowColor
2 writes to ShadowColor
System.Windows.Forms.DataVisualization (2)
Common\Annotation\GroupAnnotation.cs (2)
617 base.ShadowColor = value; 620 annotation.ShadowColor = value;
19 references to ShadowColor
System.Windows.Forms.DataVisualization (19)
Common\Annotation\AnnotationBase.cs (1)
1203 /// <seealso cref="ShadowColor"/>
Common\Annotation\ArrowAnnotation.cs (1)
350this.ShadowColor);
Common\Annotation\CalloutAnnotation.cs (9)
893 this.ShadowColor); 1057this.ShadowColor); 1078 this.ShadowColor, 1210 this.ShadowColor); 1241 this.ShadowColor); 1296 this.ShadowColor, 1462 this.ShadowColor, 1566 this.ShadowColor, 1620 this.ShadowColor,
Common\Annotation\GroupAnnotation.cs (1)
613 return base.ShadowColor;
Common\Annotation\ImageAnnotation.cs (2)
570 this.ShadowColor, 608 this.ShadowColor,
Common\Annotation\LineAnnotation.cs (1)
667 this.ShadowColor,
Common\Annotation\PolygonAnnotation.cs (2)
709this.ShadowColor); 729this.ShadowColor);
Common\Annotation\RectangleAnnotation.cs (1)
433 this.ShadowColor,
Common\Annotation\TextAnnotation.cs (1)
619textShadowColor = ShadowColor;