LayoutAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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". |