MESCIUS SPREAD for Windows Forms 15.0J
GetPreferredSize(SliderOrientation,Int32,Int32,Int32) メソッド

スライダの向き
スライダの最小値
スライダの最大値
目盛の間隔
指定した向きと値を使用してスライダー全体を表示するのに必要なサイズを取得します。
構文
'宣言
 
Public Overloads Shared Function GetPreferredSize( _
   ByVal orientation As SliderOrientation, _
   ByVal minimum As Integer, _
   ByVal maximum As Integer, _
   ByVal tickSpacing As Integer _
) As Size
public static Size GetPreferredSize( 
   SliderOrientation orientation,
   int minimum,
   int maximum,
   int tickSpacing
)

パラメータ

orientation
スライダの向き
minimum
スライダの最小値
maximum
スライダの最大値
tickSpacing
目盛の間隔
参照

FpSlider クラス
FpSlider メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.