This property sets the opacity for the text border.

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

Property Value

In integer representing the percentage of opacity.

Default value is 100

Explanation

The TextBorderColorOpacity property sets the level of opacity for the text border. The units are percent. The default value is 100. A value of 0 is completely transparent. 100 is completely opaque. If you set a value less than 0, it will be set to 0, and if you set a value greater than 100, it will be set to 100.

This property is enabled when the DesignedTextEnabled property is set to True.

Also See

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

 

The ImageKit.NET3 is created by Newtone Corporation