VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ImageViewerBase Class / BorderStyle Property
Синтаксис Требования Смотрите также
В этом разделе
    BorderStyle Свойство (ImageViewerBase)
    В этом разделе
    Возвращает или задает стиль границы элемента управления.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(None)>
    <DescriptionAttribute("The border style of the control.")>
    <CategoryAttribute("Appearance")>
    Public Property BorderStyle As System.Windows.Forms.BorderStyle
    
    
    [DefaultValue(None)]
    [Description("The border style of the control.")]
    [Category("Appearance")]
    public System.Windows.Forms.BorderStyle BorderStyle { get; set; }
    
    
    [DefaultValue(None)]
    [Description("The border style of the control.")]
    [Category("Appearance")]
    public: __property System.Windows.Forms.BorderStyle* get_BorderStyle();
    public: __property void set_BorderStyle(
    System.Windows.Forms.BorderStyle* value
    );
    [DefaultValue(None)]
    [Description("The border style of the control.")]
    [Category("Appearance")]
    public:
    property System.Windows.Forms.BorderStyle^ BorderStyle { System.Windows.Forms.BorderStyle^ get(); void set(System.Windows.Forms.BorderStyle^ value); }
    Требования

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

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