Click or drag to resize

MarkableElectrodeTabDesignerTabDefinitions Property

Defines a list of tabs to use instead of the fixed size and increment properties.

Namespace: RAYLASE.Marker.BatteryPlugin
Assembly: RAYLASE.Marker.BatteryPlugin (in RAYLASE.Marker.BatteryPlugin.dll) Version: 2.32.0
Syntax
C#
public List<TabDefinition> TabDefinitions { get; set; }

Property Value

ListTabDefinition
Remarks
Is used instead of TabSize, TabGap, RadiusBottom, RadiusTop and NumberOfTabs if contains at least one item.
See Also