VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ImageViewer Class / SizeMode Property
Синтаксис Требования Смотрите также
В этом разделе
    SizeMode Свойство (ImageViewer)
    В этом разделе
    Возвращает или задает значение, указывающее, как изображение располагается в просмотрщике.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(Normal)>
    <DescriptionAttribute("A value that specifies how an image is positioned within the viewer.")>
    <CategoryAttribute("VintaSoft")>
    Public Overridable Property SizeMode As ImageSizeMode
    
    
    [DefaultValue(Normal)]
    [Description("A value that specifies how an image is positioned within the viewer.")]
    [Category("VintaSoft")]
    public virtual ImageSizeMode SizeMode { get; set; }
    
    
    [DefaultValue(Normal)]
    [Description("A value that specifies how an image is positioned within the viewer.")]
    [Category("VintaSoft")]
    public: __property virtual ImageSizeMode get_SizeMode();
    public: __property virtual void set_SizeMode(
    ImageSizeMode value
    );
    [DefaultValue(Normal)]
    [Description("A value that specifies how an image is positioned within the viewer.")]
    [Category("VintaSoft")]
    public:
    virtual property ImageSizeMode SizeMode { ImageSizeMode get(); void set(ImageSizeMode value); }

    Property Value

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

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

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