VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / ImageAnnotationView Class / MaintainAspectRatio Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    MaintainAspectRatio Свойство (ImageAnnotationView)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли аннотация поддерживать соотношение сторон изображения.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether annotation must maintain the aspect ratio of image.")>
    Public Property MaintainAspectRatio As Boolean
    
    
    [Description("A value indicating whether annotation must maintain the aspect ratio of image.")]
    public bool MaintainAspectRatio { get; set; }
    
    
    [Description("A value indicating whether annotation must maintain the aspect ratio of image.")]
    public: __property bool get_MaintainAspectRatio();
    public: __property void set_MaintainAspectRatio(
    bool value
    );
    [Description("A value indicating whether annotation must maintain the aspect ratio of image.")]
    public:
    property bool MaintainAspectRatio { bool get(); void set(bool value); }
    Ремарки

    Это свойство имеет более высокий приоритет, чем свойство Symmetry.

    Требования

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

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