InkCanvas.SetBottom(UIElement, Double) Yöntem

Tanım

Belirli bir bağımlılık nesnesi için ekli özelliğin değerini Bottom ayarlar.

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

Parametreler

element
UIElement

Alt özelliğin ayarlanacağı öğe.

length
Double

alt koordinatı element.

Örnekler

Aşağıdaki örnekte bir Buttonöğesinin konumunun nasıl ayarlanacağı gösterilmektedir.

InkCanvas.SetBottom(button1, 100);
InkCanvas.SetBottom(button1, 100)

Şunlara uygulanır