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

[Visual Basic] Public Property SelectedObjectBorderColorOpacity As Integer
[C#] public int SelectedObjectBorderColorOpacity {get; set;}

Property Value

A value representing the level of opacity

Default value is 100

Explanation

The SelectedObjectBorderColorOpacity property sets the level of opacity for the border color of the selected Text or Stamp object.

This property refers to the level of opacity for 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 SelectedObjectBorderColorOpacity property value will be 100.

See also

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

 

The ImageKit WPF is created by Newtone Corporation