VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / CenterImage Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    CenterImage Свойство (WpfImageViewer)
    В этом разделе
    Возвращает или задает значение, указывающее, центрировано ли изображение в элементе управления при загрузке изображения.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("A value indicating whether the image is centered in the control when image is loading.")>
    <DefaultValueAttribute(False)>
    Public Property CenterImage As Boolean
    
    
    [Category("VintaSoft")]
    [Description("A value indicating whether the image is centered in the control when image is loading.")]
    [DefaultValue(False)]
    public bool CenterImage { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("A value indicating whether the image is centered in the control when image is loading.")]
    [DefaultValue(False)]
    public: __property bool get_CenterImage();
    public: __property void set_CenterImage(
    bool value
    );
    [Category("VintaSoft")]
    [Description("A value indicating whether the image is centered in the control when image is loading.")]
    [DefaultValue(False)]
    public:
    property bool CenterImage { bool get(); void set(bool value); }

    Property Value

    true - изображение центрировано в элементе управления; false - изображение не центрировано в элементе управления.

    Значение по умолчанию - false.
    Ремарки

    Изображение центрируется в просмотрщике изображений немедленно, когда значение этого свойства установлено в true.

    Требования

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

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