コントロールの内部の罫線の幅を取得または設定します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<WebBrowsableAttribute(True)> _
Public Property InternalBorderWidth As Unit
Get
Set
'使用
Dim instance As ReportViewer
Dim value As Unit
value = instance.InternalBorderWidth
instance.InternalBorderWidth = value
[WebBrowsableAttribute(true)]
public Unit InternalBorderWidth { get; set; }
[WebBrowsableAttribute(true)]
public:
property Unit InternalBorderWidth {
Unit get ();
void set (Unit value);
}
[<WebBrowsableAttribute(true)>]
member InternalBorderWidth : Unit with get, set
function get InternalBorderWidth () : Unit
function set InternalBorderWidth (value : Unit)
プロパティ値
型: System.Web.UI.WebControls.Unit
コントロールの内部の罫線の幅を示す Unit 値。