This property sets the level of opacity for the border color of the Text and Stamp annotation objects.

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

Property Value

Level of opacity

Default value is 100

Explanation

The BorderColorOpacity property sets the level of opacity for the border color of the Text and Stamp annotation objects. It is disabled for all other annotation objects.

The BorderColorOpacity property is enabled when the Border property is true.

The value ranges from 0 to 100. As the value increases, opacity increases. 0 represents complete transparency, 100 represents complete opacity. Values less than 0 will be set to 0. Values greater than 100 will be set to 100.

To make changes to an object's border color opacity after it has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectBorderColorOpacity property.

See also

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

 

The ImageKit WPF is created by Newtone Corporation