Table of Contents

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

style CliCellStyle

Properties

IsHeightLocked

Whether height has been locked by frame/layout initialization.
public bool IsHeightLocked { get; }

Property Value

bool

IsWidthLocked

Whether width has been locked by frame/layout initialization.
public bool IsWidthLocked { get; }

Property Value

bool

ScrollAxis

Whether this axis is pinned or scrollable when used by internal scroll layout.
public CliScrollAxis ScrollAxis { get; }

Property Value

CliScrollAxis

Style

Style applied along this row or column axis.
public CliCellStyle? Style { get; }

Property Value

CliCellStyle