This property sets whether or not graduation is displayed in the ImageKit control and the units of measurement for that graduation.

[Visual Basic] Public Property Grad As LengthUnit
[C#] public LengthUnit Grad {get; set;}

Property Value

Non: Graduation is not displayed

Pixel: Graduation in pixel units

mm: Graduation in milimeter units

Inch: Graduation in inch units

Default value is Non

Explanation

The Grad property sets whether or not the ImageKit control displays graduation along the left side and the top of the ImageKit control. When this property is set to Non, no graduation is displayed. When other values are set in this property, they determine the units of measurement for the graduation. However, the Grad property cannot not display in millimeter units so if mm (millimeters) is set, the graduation will be displayed in centimeter units.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation