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

    Property Value

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

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

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