This property sets whether or not the selected object is being filled with the background color.

[Visual Basic] Public Property SelectedObjectFill As Boolean
[C#] public bool SelectedObjectFill {get; set;}

Property Value

True: The selected object is being filled with the background color
False: The selected object is not being filled with the background color
Default value is False.

Explanation

The SelectedObjectFill property sets whether or not the selected object is being filled with the background color.

When the individually selected object is the Polygon, Rectangle, RoundRectangle, or Ellipse object, this property value refers to the whether the interior of the object is filled with the background color. When the selected object is the Text or Stamp object, this property value refers to whether the text background is filled with the background color. When the selected object is the Line, Polyline, Pen, or Image, this property is disabled.

When the EditKind property is set to a value other than KindOfEdit.Select or when no object has been selected, this property is False.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation