Definition
Namespace:Telerik.WinControls.Spreadsheet.UI
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public enum LineStackingStrategy
Fields
The stack height is determined by the block element line-height property value.
C#
BlockLineHeight = 0
The stack height is the smallest value that containing all the inline elements on that line when those elements are properly aligned.
C#
MaxHeight = 1