InkCanvas.SetBottom(UIElement, Double) Yöntem

Tanım

Belirli bir bağımlılık nesnesi için ekli özelliğin Bottom değerini 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, konumunun Buttonnasıl ayarlanacağı gösterilmektedir.

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

Şunlara uygulanır