This property sets the border color of the selected Text or Stamp object.

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

Property Value

Value of type System.Windows.Media.Color

Default value is Colors.Black

Explanation

The SelectedObjectBorderColor property retrieves the border color of the selected Text or Stamp object.

This property refers to the border color of the selected Text or Stamp object. It is enabled only when the selected object is a Text or Stamp object. When the EditKind property is set to values other than KindOfEdit.Select, or when no object has been selected, or when the selected object is not a Text or Stamp object, the SelectedObjectBorderColor property value will be Colors.Black.

See also

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation