VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionAreaAppearanceManager Class / SelectedPolygonPointBackgroundColor Property
Синтаксис Требования Смотрите также
В этом разделе
    SelectedPolygonPointBackgroundColor Свойство (InteractionAreaAppearanceManager)
    В этом разделе
    Возвращает или устанавливает цвет фона выбранной точки многоугольника.
    Синтаксис
    '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

    Значение по умолчанию: 128, 144, 238, 144.
    Требования

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

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