VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionAreaAppearanceManager Class / SelectedPolygonPointBackgroundColor Property
Syntax Requirements SeeAlso
In This Topic
SelectedPolygonPointBackgroundColor Property (InteractionAreaAppearanceManager)
In This Topic
Gets or sets a background color of selected polygon point.
Syntax
'Declaration

<CategoryAttribute("Polygon Point")>
<DescriptionAttribute("The background color of selected polygon point.")>
<DefaultValueAttribute(System.Drawing.Color, "128, 144, 238, 144")>
Public Property SelectedPolygonPointBackgroundColor As System.Drawing.Color

[Category("Polygon Point")]
[Description("The background color of selected polygon point.")]
[DefaultValue(System.Drawing.Color, "128, 144, 238, 144")]
public System.Drawing.Color SelectedPolygonPointBackgroundColor { get; set; }

Property Value

Default value is 128, 144, 238, 144.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also