Sdílet prostřednictvím


LayoutAttribute Třída

Definice

Označuje, že přidružený typ komponenty používá zadané rozložení.

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
Dědičnost
LayoutAttribute
Atributy

Konstruktory

LayoutAttribute(Type)

Vytvoří instanci objektu LayoutAttribute.

Vlastnosti

LayoutType

Typ rozložení. Typ musí implementovat IComponent a musí přijmout parametr s názvem "Body".

Platí pro