VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / IsFocusPointFixed Property
Синтаксис Требования Смотрите также
В этом разделе
    IsFocusPointFixed Свойство (WpfImageViewer)
    В этом разделе
    Возвращает или задает значение, указывающее, зафиксирована ли точка фокусировки относительно клиентского прямоугольника просмотрщика.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether the focus point is fixed relatively the client rectangle of the viewer.")>
    Public Property IsFocusPointFixed As Boolean
    
    
    [Category("VintaSoft")]
    [DefaultValue(True)]
    [Description("A value indicating whether the focus point is fixed relatively the client rectangle of the viewer.")]
    public bool IsFocusPointFixed { get; set; }
    
    
    [Category("VintaSoft")]
    [DefaultValue(True)]
    [Description("A value indicating whether the focus point is fixed relatively the client rectangle of the viewer.")]
    public: __property bool get_IsFocusPointFixed();
    public: __property void set_IsFocusPointFixed(
    bool value
    );
    [Category("VintaSoft")]
    [DefaultValue(True)]
    [Description("A value indicating whether the focus point is fixed relatively the client rectangle of the viewer.")]
    public:
    property bool IsFocusPointFixed { bool get(); void set(bool value); }

    Property Value

    true - точка фокусировки фиксируется относительно клиентского прямоугольника просмотрщика, т.е. точка фокусировки изменяется в соответствии с FocusPointAnchor во время масштабирования и прокрутки; false - точка фокусировки НЕ фиксируется относительно клиентского прямоугольника просмотрщика, т. е. точка фокусировки НЕ меняется при масштабировании и прокрутке.
    Требования

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

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