VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionAreaAppearanceManager Class / PolygonPointBackgroundColor Property
Синтаксис Требования Смотрите также
В этом разделе
    PolygonPointBackgroundColor Свойство (InteractionAreaAppearanceManager)
    В этом разделе
    Возвращает или задает цвет фона точек многоугольника.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The background color of polygon points.")>
    <CategoryAttribute("Polygon Point")>
    <DefaultValueAttribute(System.Drawing.Color, "92, 255, 255, 255")>
    Public Property PolygonPointBackgroundColor As System.Drawing.Color
    
    
    [Description("The background color of polygon points.")]
    [Category("Polygon Point")]
    [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")]
    public System.Drawing.Color PolygonPointBackgroundColor { get; set; }
    
    
    [Description("The background color of polygon points.")]
    [Category("Polygon Point")]
    [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")]
    public: __property System.Drawing.Color* get_PolygonPointBackgroundColor();
    public: __property void set_PolygonPointBackgroundColor(
    System.Drawing.Color* value
    );
    [Description("The background color of polygon points.")]
    [Category("Polygon Point")]
    [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")]
    public:
    property System.Drawing.Color^ PolygonPointBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }

    Property Value

    Значение по умолчанию - белый.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также