This property sets the level of opacity for the selected object's background color or fill color.

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

Property Value

A value representing the level of opacity.
Default value is 100

Explanation

The SelectedObjectBackColorOpacity property sets the level of opacity for the selected object's background color or fill color.

This property is enabled when the selected object is the Rectangle, RoundedRectangle, Ellipse, Polygon, Text, or Stamp object. Otherwise this property is disabled.

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

Also See

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

 

The ImageKit WPF is created by Newtone Corporation