Canvas.SetTop(UIElement, Double) Metoda

Definicja

Ustawia wartość dołączonej Top właściwości dla danego obiektu zależności.

public:
 static void SetTop(System::Windows::UIElement ^ element, double length);
public static void SetTop (System.Windows.UIElement element, double length);
static member SetTop : System.Windows.UIElement * double -> unit
Public Shared Sub SetTop (element As UIElement, length As Double)

Parametry

element
UIElement

Element, do którego jest zapisywana wartość właściwości.

length
Double

Ustawia współrzędną Top określonego elementu.

Dotyczy

Zobacz też