| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal layoutManagerType As System.Type _ )  | |
| C# | |
|---|---|
public LayoutManagerAttribute( System.Type layoutManagerType )  | |
Parameters
- layoutManagerType
 - The System.Type that provides rendering services for the component to which the attribute is bound.