2 writes to _borderSkin
System.Web.DataVisualization (2)
Common\Annotation\RectangleAnnotation.cs (2)
540
this.
_borderSkin
= new BorderSkin(this);
602
_borderSkin
= value;
6 references to _borderSkin
System.Web.DataVisualization (6)
Common\Annotation\RectangleAnnotation.cs (6)
541
this.
_borderSkin
.PageColor = Color.Transparent;
542
this.
_borderSkin
.SkinStyle = BorderSkinStyle.Raised;
598
return
_borderSkin
;
663
_borderSkin
,
697
if(
_borderSkin
.SkinStyle != BorderSkinStyle.None &&
703
IBorderType border3D = this.Common.BorderTypeRegistry.GetBorderType(
_borderSkin
.SkinStyle.ToString());