LayoutAttribute Classe

Definizione

Indica che il tipo di componente associato utilizza un layout specificato.

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
Ereditarietà
LayoutAttribute
Attributi

Costruttori

LayoutAttribute(Type)

Costruisce un'istanza di LayoutAttribute.

Proprietà

LayoutType

Tipo del layout. Il tipo deve implementare IComponent e deve accettare un parametro con il nome 'Body'.

Si applica a