[]
Specifies the class used to implement layout services for a component.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public sealed class LayoutManagerAttribute : Attribute
Name | Description |
---|---|
LayoutManagerAttribute(Type) | Initializes a new instance of the LayoutManagerAttribute class. |
Name | Description |
---|---|
LayoutManagerType | Returns the Type that provides rendering services for the component to which the attribute is bound. |