This property sets the colors of the dotted line that distinguishes the selected area in the ImageKit Control.

[Visual Basic]Public Property RectColor1 As System.Windows.Media.Color
[C#]public System.Windows.Media.Color RectColor1 {get; set;}

Property Value

A value of type System.Windows.Media.Color

Default value is Colors.White

Explanation

The RectColor1 property sets the colors of the dotted line that distinguishes the selected area in the ImageKit Control.

The RectColor1 is enabled when the RectDraw property is true. Also, when the Edit.EditEnabled property is true, when an annotation object is selected, the colors of the dotted line that show that selected area are determined by the RectColor1 property.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation