API TableLocation - bigtlb/WinFormMarkup GitHub Wiki

TableLocation

public class TableLocation

Summary

Members

.ctor

public TableLocation(int column, int row, Control control)

See Also

  • public class Control : Component

.ctor

public TableLocation(int column, int row, int columnSpan, int rowSpan, Control control)

See Also

  • public class Control : Component

Column

public int Column { get; }

ColumnSpan

public int ColumnSpan { get; }

Control

public Control Control { get; }

See Also

  • public class Control : Component

HasSpans

public bool HasSpans { get; }

Row

public int Row { get; }

RowSpan

public int RowSpan { get; }