ViewDecoratorItem Property |
Gets or sets the view at the specified index.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public override ViewBase this[
int index
] { get; set; }
Parameters
- index
- Type: SystemInt32
ViewBase index.
Return Value
Type:
ViewBaseViewBase at specified index.
Implements
IListTItemInt32See Also