CalloutAnnotation.BackSecondaryColor Property
.NET Framework (current version)
Gets or sets the secondary color for the annotation background.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BrowsableAttribute(true)] [TypeConverterAttribute(typeof(ColorConverter))] public override Color BackSecondaryColor { get; set; }
Property Value
Type: System.Drawing.ColorA Color enumeration value used in conjunction with a primary color to draw the annotation background with hatching or gradient fill.
This color is used with the BackColor property when the BackHatchStyle or BackGradientStyle properties are used.
.NET Framework
Available since 4.0
Available since 4.0
Show: