VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ThumbnailAppearance Class / BorderWidth Property
Синтаксис Требования Смотрите также
В этом разделе
    BorderWidth Свойство (ThumbnailAppearance)
    В этом разделе
    Возвращает или задает ширину границы миниатюры.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The border width of the thumbnail.")>
    Public Property BorderWidth As System.Int32
    
    
    [Description("The border width of the thumbnail.")]
    public System.Int32 BorderWidth { get; set; }
    
    
    [Description("The border width of the thumbnail.")]
    public: __property System.Int32 get_BorderWidth();
    public: __property void set_BorderWidth(
    System.Int32 value
    );
    [Description("The border width of the thumbnail.")]
    public:
    property System.Int32 BorderWidth { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Значение по умолчанию: 0.
    Требования

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

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