VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / Zoom Property
Синтаксис Требования Смотрите также
В этом разделе
    Zoom Свойство (WpfImageViewer)
    В этом разделе
    Возвращает или задает масштаб изображения. Это свойство зависимости.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(100)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The zoom of the image. This is a dependency property.")>
    Public Property Zoom As Double
    
    
    [DefaultValue(100)]
    [Category("VintaSoft")]
    [Description("The zoom of the image. This is a dependency property.")]
    public double Zoom { get; set; }
    
    
    [DefaultValue(100)]
    [Category("VintaSoft")]
    [Description("The zoom of the image. This is a dependency property.")]
    public: __property double get_Zoom();
    public: __property void set_Zoom(
    double value
    );
    [DefaultValue(100)]
    [Category("VintaSoft")]
    [Description("The zoom of the image. This is a dependency property.")]
    public:
    property double Zoom { double get(); void set(double value); }

    Property Value

    Допустимые значения: от 0,01 до 1000000.
    Значение по умолчанию: 100.
    Требования

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

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