This property sets the opacity level for the line color or text color of the selected object.

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

Property Value

The level of opacity for line or text color
Default value is 100

Explanation

The SelectedObjectForeColorOpacity property sets the opacity level for the line color or text color of the selected object.

This property is disabled when the selected object is the Image object.

When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is an Image object, this property value will be 100.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation