Class CliGridAxisDefinition
- Namespace
- ItTiger.TigerCli.Primitives
- Assembly
- ItTiger.TigerCli.dll
Base definition for a grid row or column axis.
public abstract class CliGridAxisDefinition
- Inheritance
-
CliGridAxisDefinition
- Derived
- Inherited Members
Constructors
CliGridAxisDefinition(CliCellStyle?)
Base definition for a grid row or column axis.
protected CliGridAxisDefinition(CliCellStyle? style)
Parameters
styleCliCellStyle
Properties
IsHeightLocked
Whether height has been locked by frame/layout initialization.
public bool IsHeightLocked { get; }
Property Value
IsWidthLocked
Whether width has been locked by frame/layout initialization.
public bool IsWidthLocked { get; }
Property Value
ScrollAxis
Whether this axis is pinned or scrollable when used by internal scroll layout.
public CliScrollAxis ScrollAxis { get; }
Property Value
Style
Style applied along this row or column axis.
public CliCellStyle? Style { get; }