Esempio n. 1
0
 protected override void ModifyStyle(Shape.TextStyleC style)
 {
     style.Style = style.Style ^ FontStyle.Underline;
 }
Esempio n. 2
0
 protected override void ModifyStyle(Shape.TextStyleC style)
 {
     style.Style = style.Style ^ FontStyle.Italic;
 }
Esempio n. 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);