Udostępnij za pośrednictwem


LayoutAttribute Klasa

Definicja

Wskazuje, że skojarzony typ składnika używa określonego układu.

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
Dziedziczenie
LayoutAttribute
Atrybuty

Konstruktory

LayoutAttribute(Type)

Tworzy wystąpienie klasy LayoutAttribute.

Właściwości

LayoutType

Typ układu. Typ musi zaimplementować IComponent i zaakceptować parametr o nazwie "Treść".

Dotyczy