TextOptions

Shape.TextOptions property

Representerar textalternativen för formen.

public TextOptions TextOptions { get; set; }

Exempel


[C#]
Aspose.Cells.Drawing.Texts.TextOptions opt = shape.TextOptions;
opt.Color = Color.Blue;
opt.Size = 8;

Se även