GridPlaneCollectionItem(Int32) Property |
Gets the plane at the specified index.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic GridPlane this[
int idx
] { get; }Parameters
- idx Int32
- The zero-based index.
Property Value
GridPlane
See Also