Margins コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Margins クラスの新しいインスタンスを初期化します。
オーバーロード
Margins() |
Margins クラスの新しいインスタンスを初期化します。 |
Margins(Int32, Int32, Int32, Int32) |
余白の上下左右の座標を指定して、Margins クラスの新しいインスタンスを初期化します。 |
Margins()
Margins(Int32, Int32, Int32, Int32)
余白の上下左右の座標を指定して、Margins クラスの新しいインスタンスを初期化します。
public:
Margins(int top, int bottom, int left, int right);
public Margins (int top, int bottom, int left, int right);
new System.Web.UI.DataVisualization.Charting.Margins : int * int * int * int -> System.Web.UI.DataVisualization.Charting.Margins
Public Sub New (top As Integer, bottom As Integer, left As Integer, right As Integer)
パラメーター
- top
- Int32
上部余白。
- bottom
- Int32
下部余白。
- left
- Int32
左端余白。
- right
- Int32
右端余白。
注釈
凡例セルに使用すると、余白は凡例のフォント サイズに対する割合として測定されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET