ASP.NET Core MVC コントロールヘルプ
Width メソッド (PlotAreaBuilder)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > PlotAreaBuilder クラス : Width メソッド
The value.
Configurates C1.Web.Mvc.PlotArea.Width. Sets width of the plot area. The width can be specified as number(sets the width in pixels) or string in the format '{number}*' (star sizing).
シンタックス
'宣言
 
Public Function Width( _
   ByVal value As System.String _
) As PlotAreaBuilder
public PlotAreaBuilder Width( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

PlotAreaBuilder クラス
PlotAreaBuilder メンバ