WidthScale
Shape.WidthScale property
Ermittelt und setzt die Breitenskala in Prozent der ursprünglichen Bildbreite. Wenn die Form kein Bild ist, gibt die Eigenschaft WidthScale nur 100 zurück;
public int WidthScale { get; set; }
Beispiele
[C#]
if (shape.WidthScale == 3)
shape.WidthScale = 1;
Siehe auch
- class Shape
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells