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

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