VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionAreaAppearanceManager Class / PolygonPointBorderPenWidth Property
Syntax Requirements SeeAlso
In This Topic
    PolygonPointBorderPenWidth Property (WpfInteractionAreaAppearanceManager)
    In This Topic
    Gets or sets a border pen width of polygon points.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The border pen width of polygon points.")>
    <DefaultValueAttribute(1)>
    <CategoryAttribute("Polygon Point")>
    Public Property PolygonPointBorderPenWidth As Double
    
    
    [Description("The border pen width of polygon points.")]
    [DefaultValue(1)]
    [Category("Polygon Point")]
    public double PolygonPointBorderPenWidth { get; set; }
    
    
    [Description("The border pen width of polygon points.")]
    [DefaultValue(1)]
    [Category("Polygon Point")]
    public: __property double get_PolygonPointBorderPenWidth();
    public: __property void set_PolygonPointBorderPenWidth(
    double value
    );
    [Description("The border pen width of polygon points.")]
    [DefaultValue(1)]
    [Category("Polygon Point")]
    public:
    property double PolygonPointBorderPenWidth { double get(); void set(double value); }

    Property Value

    Default value is 1. Minimum value is 0.
    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