Proprietà ReportViewer.ToolBarItemPressedBorderWidth

Recupera o imposta lo spessore del bordo di un elemento della barra degli strumenti durante la selezione.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Unit), "1px")> _
<SRDescriptionAttribute("ToolBarItemPressedBorderWidthDesc")> _
<CategoryAttribute("Appearance")> _
Public Property ToolBarItemPressedBorderWidth As Unit
'Utilizzo
Dim instance As ReportViewer
Dim value As Unit

value = instance.ToolBarItemPressedBorderWidth

instance.ToolBarItemPressedBorderWidth = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(typeof(Unit), "1px")] 
[SRDescriptionAttribute("ToolBarItemPressedBorderWidthDesc")] 
[CategoryAttribute("Appearance")] 
public Unit ToolBarItemPressedBorderWidth { get; set; }
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(typeof(Unit), L"1px")] 
[CategoryAttribute(L"Appearance")] 
public:
Unit ToolBarItemPressedBorderWidth {
    Unit get ();
    void set (Unit value);
}
/** @property */
public Unit get_ToolBarItemPressedBorderWidth ()

/** @property */
public void set_ToolBarItemPressedBorderWidth (Unit value)
public function get ToolBarItemPressedBorderWidth () : Unit

public function set ToolBarItemPressedBorderWidth (value : Unit)

Valore proprietà

Valore Unit contenente lo spessore del bordo dell'elemento della barra degli strumenti durante la selezione.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms