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

    Property Value

    Default value is Black.
    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