Beispiel #1
0
 protected override void ModifyStyle(Shape.TextStyleC style)
 {
     style.Style = style.Style ^ FontStyle.Underline;
 }
Beispiel #2
0
 protected override void ModifyStyle(Shape.TextStyleC style)
 {
     style.Style = style.Style ^ FontStyle.Italic;
 }
Beispiel #3
0
 /// <summary>Derived class must make the desired change to this style object - which will be the one from the shape</summary>
 protected abstract void ModifyStyle(Shape.TextStyleC style);