This property sets the border color used by the Text and Stamp annotation objects.

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

Property Value

Value of type System.Windows.Media.Color

Default value is Colors.Black

Explanation

The BorderColor property sets the border color used by the Text and Stamp annotation objects.

This property is enabled when the Border property is True. It is enabled only for the Text and Stamp objects. It is disabled for all other annotation objects.

To make changes to the border color after it is drawn, right click on the Text or Stamp object to display the context menu, execute the ShowPropertyDialog method to display the property dialog, or set the SelectedObjectBorderColor property.

See also

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

 

The ImageKit WPF is created by Newtone Corporation