Bottom

Shape.Bottom property

Şeklin alt alt köşe satırından dikey ötelemesinin genişliğini piksel birimi olarak temsil eder.

public int Bottom { get; set; }

Örnekler


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

Ayrıca bakınız