WidthScale

Shape.WidthScale property

Hämtar och ställer in breddskalan, i procentenhet av den ursprungliga bildens bredd. Om formen inte är bild returnerar egenskapen WidthScale endast 100;

public int WidthScale { get; set; }

Exempel


[C#]
if (shape.WidthScale == 3)
    shape.WidthScale = 1;

Se även