'宣言
Public Shared Function GetGap( _ ByVal controlRendering As IControlRendering, _ ByVal previousControl As Control, _ ByVal currentControl As Control _ ) As Integer
public static int GetGap( IControlRendering controlRendering, Control previousControl, Control currentControl )
パラメータ
- controlRendering
- previousControl
- コンテナに以前にレイアウトされたコントロール、nullかもしれません。
- currentControl
- 間隔の情報を要求するコントロール。
戻り値の型
現在のコントロールの上に配置する間隔のパディングの量を返します。