VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionAreaAppearanceManager Class / RotationPointDistance Property
Синтаксис Требования Смотрите также
В этом разделе
    RotationPointDistance Свойство (InteractionAreaAppearanceManager)
    В этом разделе
    Возвращает или задает расстояние от интерактивного объекта до точки вращения.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Rotation Point")>
    <DescriptionAttribute("The distance from an interactive object to the rotation point.")>
    <DefaultValueAttribute(20)>
    Public Property RotationPointDistance As Single
    
    
    [Category("Rotation Point")]
    [Description("The distance from an interactive object to the rotation point.")]
    [DefaultValue(20)]
    public float RotationPointDistance { get; set; }
    
    
    [Category("Rotation Point")]
    [Description("The distance from an interactive object to the rotation point.")]
    [DefaultValue(20)]
    public: __property float get_RotationPointDistance();
    public: __property void set_RotationPointDistance(
    float value
    );
    [Category("Rotation Point")]
    [Description("The distance from an interactive object to the rotation point.")]
    [DefaultValue(20)]
    public:
    property float RotationPointDistance { float get(); void set(float value); }

    Property Value

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

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

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