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

    Property Value

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

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

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