LayoutAttribute Klasse

Definition

Gibt an, dass der zugeordnete Komponententyp ein angegebenes Layout verwendet.

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
Vererbung
LayoutAttribute
Attribute

Konstruktoren

LayoutAttribute(Type)

Erstellt eine instance von LayoutAttribute.

Eigenschaften

LayoutType

Der Typ des Layouts. Der Typ muss einen Parameter mit dem Namen "Body" implementieren IComponent und akzeptieren.

Gilt für: