'Declaration
Protected Overridable Function GetLaneSize( _ ByVal sizingType As SizingType, _ ByVal dataContext As Object, _ ByVal availableSpace As Double, _ ByVal totalLanes As Integer _ ) As Double
protected virtual double GetLaneSize( SizingType sizingType, object dataContext, double availableSpace, int totalLanes )
Parameters
- sizingType
- The CoverElementsPane.SizingType value.
- dataContext
- The cover element data context. It can be used to determine additional sizing conditions in overrides.
- availableSpace
- The System.Double value specifying avaliable size.
- totalLanes
- The System.Int32 value specifying the number of intersecting elements (1 for the single element without intersection).
Return Value
The System.Double value specifying actual cover element size (height or width depending on the orientation.