VintaSoft Imaging .NET SDK 14.0: 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
    
    <DescriptionAttribute("The background color of selected polygon point.")>
    <CategoryAttribute("Polygon Point")>
    <DefaultValueAttribute(System.Drawing.Color, "128, 144, 238, 144")>
    Public Property SelectedPolygonPointBackgroundColor As System.Drawing.Color
    
    
    [Description("The background color of selected polygon point.")]
    [Category("Polygon Point")]
    [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")]
    public System.Drawing.Color SelectedPolygonPointBackgroundColor { get; set; }
    
    
    [Description("The background color of selected polygon point.")]
    [Category("Polygon Point")]
    [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")]
    public: __property System.Drawing.Color* get_SelectedPolygonPointBackgroundColor();
    public: __property void set_SelectedPolygonPointBackgroundColor(
    System.Drawing.Color* value
    );
    [Description("The background color of selected polygon point.")]
    [Category("Polygon Point")]
    [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")]
    public:
    property System.Drawing.Color^ SelectedPolygonPointBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }

    Property Value

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

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

    See Also