Click or drag to resize

LinearPartitioningIsFixedSize Property

Gets a value indicating whether the IList has a fixed size.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsFixedSize { get; }

Return Value

Boolean
if the IList has a fixed size; otherwise, .

Implements

IListIsFixedSize
See Also