HeightScale

Shape.HeightScale property

Hämtar och ställer in höjdskalan, i procentenhet av den ursprungliga bildens höjd. Om formen inte är bild , returnerar egenskapen HeightScale endast 100;

public int HeightScale { get; set; }

Exempel


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

Se även