LayoutAttribute Clase

Definición

Indica que el tipo de componente asociado usa un diseño 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
Herencia
LayoutAttribute
Atributos

Constructores

Nombre Description
LayoutAttribute(Type)

Construye una instancia de LayoutAttribute.

Propiedades

Nombre Description
LayoutType

Tipo del diseño. El tipo debe implementar IComponent y debe aceptar un parámetro con el nombre "Body".

Se aplica a