Label.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Yöntem

Tanım

Etiketin belirtilen sınırlarını ayarlar.

protected:
 override void SetBoundsCore(int x, int y, int width, int height, System::Windows::Forms::BoundsSpecified specified);
protected override void SetBoundsCore (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified);
override this.SetBoundsCore : int * int * int * int * System.Windows.Forms.BoundsSpecified -> unit
Protected Overrides Sub SetBoundsCore (x As Integer, y As Integer, width As Integer, height As Integer, specified As BoundsSpecified)

Parametreler

x
Int32

Denetimin yeni Left özellik değeri.

y
Int32

Denetimin yeni Top özellik değeri.

width
Int32

Denetimin yeni Width özellik değeri.

height
Int32

Denetimin yeni Height özellik değeri.

specified
BoundsSpecified

Değerlerin bit düzeyinde birleşimi BoundsSpecified . Belirtilmeyen herhangi bir parametre için geçerli değer kullanılır.

Açıklamalar

özelliğini olarak trueayarlarsanız AutoSize etiket, etiketin içeriğine uyacak şekilde boyutlandırılır. yöntemini çağırdıktan SetBoundsCore sonra olarak false ayarlarsanız AutoSize etiket, çağrıda belirttiğiniz boyutları alır.

Şunlara uygulanır