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

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

Property Value

Value of type Color

Default value is 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 Color.Empty.

See also

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation