26 references to TextStyle
System.Windows.Forms.DataVisualization (26)
Common\Annotation\AnnotationBase.cs (4)
195
private
TextStyle
_textStyle =
TextStyle
.Default;
946
DefaultValue(typeof(
TextStyle
), "Default"),
949
virtual public
TextStyle
TextStyle
Common\Annotation\GroupAnnotation.cs (1)
285
public override
TextStyle
TextStyle
Common\Annotation\ImageAnnotation.cs (1)
222
public override
TextStyle
TextStyle
Common\Annotation\LineAnnotation.cs (1)
208
public override
TextStyle
TextStyle
Common\Annotation\PolygonAnnotation.cs (1)
207
public override
TextStyle
TextStyle
Common\Annotation\TextAnnotation.cs (3)
614
TextStyle
textStyle = this.TextStyle;
615
if (textStyle ==
TextStyle
.Shadow &&
623
if (textStyle ==
TextStyle
.Shadow)
Common\General\Title.cs (15)
205
private
TextStyle
_style =
TextStyle
.Default;
594
DefaultValue(
TextStyle
.Default),
601
public
TextStyle
TextStyle
1610
TextStyle
textStyle = this.TextStyle;
1611
if ((textStyle ==
TextStyle
.Default || textStyle ==
TextStyle
.Shadow) &&
1616
textStyle =
TextStyle
.Shadow;
1621
if (textStyle ==
TextStyle
.Shadow)
1712
TextStyle
textStyle,
1727
if (textStyle ==
TextStyle
.Default)
1734
else if (textStyle ==
TextStyle
.Frame)
1754
else if (textStyle ==
TextStyle
.Embed)
1778
else if (textStyle ==
TextStyle
.Emboss)
1803
else if (textStyle ==
TextStyle
.Shadow)