FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > FpSlider クラス > GetPreferredSize メソッド : GetPreferredSize(SliderOrientation,Int32,Int32,Int32) メソッド |
'Declaration Public Overloads Shared Function GetPreferredSize( _ ByVal orientation As SliderOrientation, _ ByVal minimum As Integer, _ ByVal maximum As Integer, _ ByVal tickSpacing As Integer _ ) As Size
'使用法 Dim orientation As SliderOrientation Dim minimum As Integer Dim maximum As Integer Dim tickSpacing As Integer Dim value As Size value = FpSlider.GetPreferredSize(orientation, minimum, maximum, tickSpacing)
public static Size GetPreferredSize( SliderOrientation orientation, int minimum, int maximum, int tickSpacing )