LayoutAttribute Classe

Definição

Indica que o tipo de componente associado usa um layout especificado.

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
Herança
LayoutAttribute
Atributos

Construtores

LayoutAttribute(Type)

Constrói uma instância de LayoutAttribute.

Propriedades

LayoutType

O tipo do layout. O tipo deve implementar IComponent e deve aceitar um parâmetro com o nome 'Corpo'.

Aplica-se a