VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionAreaAppearanceManager Class / PolygonPointBackgroundColor Property
Syntax Requirements SeeAlso
In This Topic
    PolygonPointBackgroundColor Property (WpfInteractionAreaAppearanceManager)
    In This Topic
    Gets or sets a background color of polygon points.
    Syntax
    'Declaration
    
    <CategoryAttribute("Polygon Point")>
    <DescriptionAttribute("The background color of polygon points.")>
    <DefaultValueAttribute(null)>
    Public Property PolygonPointBackgroundColor As System.Windows.Media.Color
    
    
    [Category("Polygon Point")]
    [Description("The background color of polygon points.")]
    [DefaultValue(null)]
    public System.Windows.Media.Color PolygonPointBackgroundColor { get; set; }
    
    
    [Category("Polygon Point")]
    [Description("The background color of polygon points.")]
    [DefaultValue(null)]
    public: __property System.Windows.Media.Color* get_PolygonPointBackgroundColor();
    public: __property void set_PolygonPointBackgroundColor(
    System.Windows.Media.Color* value
    );
    [Category("Polygon Point")]
    [Description("The background color of polygon points.")]
    [DefaultValue(null)]
    public:
    property System.Windows.Media.Color^ PolygonPointBackgroundColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }

    Property Value

    Default value is White.
    Requirements

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

    See Also