MeasureLineValueSource Enumeration

CVB.Net Documentation
Possible value sources for the value displayed by a measure line.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public enum MeasureLineValueSource
Members

  Member nameValueDescription
ActualSize0 Determine the value to display from the control's actual size.
Value1 Take the value to display from the value property (which might be bound).
See Also

Reference