LayoutAttribute Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menunjukkan bahwa jenis komponen terkait menggunakan tata letak tertentu.
public ref class LayoutAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class LayoutAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type LayoutAttribute = class
inherit Attribute
Public NotInheritable Class LayoutAttribute
Inherits Attribute
- Warisan
-
LayoutAttribute
- Atribut
Konstruktor
LayoutAttribute(Type) |
Membuat instans LayoutAttribute. |
Properti
LayoutType |
Jenis tata letak. Jenis harus mengimplementasikan IComponent dan harus menerima parameter dengan nama 'Isi'. |