ViewLayoutPadding(Padding, ViewBase) Constructor |
Initialize a new instance of the ViewLayoutPadding class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ViewLayoutPadding(
Padding displayPadding,
ViewBase child
)
Parameters
- displayPadding Padding
- Padding to use around area.
- child ViewBase
- Child to add into view hierarchy.
See Also