Height

Shape.Height property

Piksel birimi cinsinden şeklin yüksekliğini temsil eder.

public int Height { get; set; }

Örnekler


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

Ayrıca bakınız