Bagikan melalui


LayoutAttribute Kelas

Definisi

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'.

Berlaku untuk