VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionAreaAppearanceManager Class / ResizePointsInteractionRadius Property
Синтаксис Требования Смотрите также
В этом разделе
    ResizePointsInteractionRadius Свойство (InteractionAreaAppearanceManager)
    В этом разделе
    Возвращает или задает радиус взаимодействия точек изменения размера.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Resize Point")>
    <DescriptionAttribute("The interaction radius of resize points.")>
    <DefaultValueAttribute(4)>
    Public Property ResizePointsInteractionRadius As Single
    
    
    [Category("Resize Point")]
    [Description("The interaction radius of resize points.")]
    [DefaultValue(4)]
    public float ResizePointsInteractionRadius { get; set; }
    
    
    [Category("Resize Point")]
    [Description("The interaction radius of resize points.")]
    [DefaultValue(4)]
    public: __property float get_ResizePointsInteractionRadius();
    public: __property void set_ResizePointsInteractionRadius(
    float value
    );
    [Category("Resize Point")]
    [Description("The interaction radius of resize points.")]
    [DefaultValue(4)]
    public:
    property float ResizePointsInteractionRadius { float get(); void set(float value); }

    Property Value

    Значение по умолчанию - 4. Минимальное значение - 0.
    Требования

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

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