VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionAreaAppearanceManager Class / PolygonPointCursor Property
Синтаксис Требования Смотрите также
В этом разделе
    PolygonPointCursor Свойство (InteractionAreaAppearanceManager)
    В этом разделе
    Возвращает или устанавливает курсор для точек полигона.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Polygon Point")>
    <DescriptionAttribute("A cursor for polygon points.")>
    Public Property PolygonPointCursor As System.Windows.Forms.Cursor
    
    
    [Category("Polygon Point")]
    [Description("A cursor for polygon points.")]
    public System.Windows.Forms.Cursor PolygonPointCursor { get; set; }
    
    
    [Category("Polygon Point")]
    [Description("A cursor for polygon points.")]
    public: __property System.Windows.Forms.Cursor get_PolygonPointCursor();
    public: __property void set_PolygonPointCursor(
    System.Windows.Forms.Cursor value
    );
    [Category("Polygon Point")]
    [Description("A cursor for polygon points.")]
    public:
    property System.Windows.Forms.Cursor PolygonPointCursor { System.Windows.Forms.Cursor get(); void set(System.Windows.Forms.Cursor value); }

    Property Value

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

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

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