LengthUnit Enumeration

CVB.Net Documentation
Defines the unit of the DisplayCanvas length properties for child elements.

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

public enum LengthUnit
Members

  Member nameValueDescription
ImagePixel0 Length is in image source pixels (the default).
DeviceIndependentPixel1 Length is in device independent pixels as displayed by the canvas.
See Also

Reference