DisplayCanvasLengthUnit Attached Property

CVB.Net Documentation
Defines whether the layout properties are measured in image pixels (default) or in device independent pixels as displayed by the canvas.

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

See GetLengthUnit, SetLengthUnit

Property Value

Type: LengthUnit
Default is ImagePixel.
Remarks

By setting this property you can define whether the overlay should be aligned according to the underlying image (image pixels) or against the canvas (device independent pixels).
See Also

Reference