MeasureLinePlacement Enumeration

CVB.Net Documentation
Possible placements of a measure line (relative to the UIElement which they are measuring).

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

public enum MeasureLinePlacement
Members

  Member nameValueDescription
Left0 Measure line is placed left of a control.
Top1 Measure line is placed atop a control.
Right2 Measure line is placed right of a control.
Bottom3 Measure line is placed below a control.
See Also

Reference