You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to CSDeskBandOptions:
- Rename property MinVertical -> MinVerticalSize
- Rename property MaxVertical -> MaxVerticalWidth; Also changes the data type from Size to an int because there is only one value
- Rename property Vertical -> VerticalSize
- Rename property MinHorizontal -> MinHorizontalSize
- Rename property MaxHorizontal -> MaxHorizontalHeight; Also changes the data type from Size to an int because there is only one value
- Update documentation comments for those properties
- [Github] closes#30
It should actually be integers max height when horizontal and max width when vertical instead of a
Size
structThe text was updated successfully, but these errors were encountered: