VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ImageViewer Class / ImageAnchor Property
Синтаксис Требования Смотрите также
В этом разделе
    ImageAnchor Свойство (ImageViewer)
    В этом разделе
    Возвращает или задает стиль привязки изображения в просмотрщике изображений.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(None)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The anchor style of the image in the image viewer.")>
    Public Property ImageAnchor As Vintasoft.Imaging.AnchorType
    
    
    [DefaultValue(None)]
    [Category("VintaSoft")]
    [Description("The anchor style of the image in the image viewer.")]
    public Vintasoft.Imaging.AnchorType ImageAnchor { get; set; }
    
    
    [DefaultValue(None)]
    [Category("VintaSoft")]
    [Description("The anchor style of the image in the image viewer.")]
    public: __property Vintasoft.Imaging.AnchorType get_ImageAnchor();
    public: __property void set_ImageAnchor(
    Vintasoft.Imaging.AnchorType value
    );
    [DefaultValue(None)]
    [Category("VintaSoft")]
    [Description("The anchor style of the image in the image viewer.")]
    public:
    property Vintasoft.Imaging.AnchorType ImageAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }

    Property Value

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

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

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