Interface IGridConfiguration
Namespace: DiceRolling.Grids
Assembly: dice-rolling.dll
Interface que define a configuração de uma grid.
public interface IGridConfiguration
Properties
Columns
int Columns { get; }
Property Value
Direction
GridDirection Direction { get; }
Property Value
Prefix
string Prefix { get; }
Property Value
Rows
int Rows { get; }