VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormListBoxField Class / SelectionBrush Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    SelectionBrush Свойство (PdfInteractiveFormListBoxField)
    В этом разделе
    Возвращает или задает кисть для рисования выбора списка.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("A brush to draw selection of list box.")>
    Public Property SelectionBrush As Vintasoft.Imaging.Pdf.Drawing.PdfBrush
    
    
    [Category("Appearance")]
    [Description("A brush to draw selection of list box.")]
    public Vintasoft.Imaging.Pdf.Drawing.PdfBrush SelectionBrush { get; set; }
    
    
    [Category("Appearance")]
    [Description("A brush to draw selection of list box.")]
    public: __property Vintasoft.Imaging.Pdf.Drawing.PdfBrush* get_SelectionBrush();
    public: __property void set_SelectionBrush(
    Vintasoft.Imaging.Pdf.Drawing.PdfBrush* value
    );
    [Category("Appearance")]
    [Description("A brush to draw selection of list box.")]
    public:
    property Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ SelectionBrush { Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ get(); void set(Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ value); }
    Ремарки

    Сторонние просмотрщика не используют это свойство.

    Требования

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

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