PowerTools SPREAD for Windows Forms 8.0J
Depth プロパティ (PlotArea)


プロットエリアの奥行きを取得または設定します。
構文
'Declaration
 
Public Property Depth As Single
'使用法
 
Dim instance As PlotArea
Dim value As Single
 
instance.Depth = value
 
value = instance.Depth
public float Depth {get; set;}
例外
例外説明
System.ArgumentOutOfRangeException値が0以下であるか、20を超えています。
解説
奥行きは、プロットエリアの幅に対して相対的に測定されます(0 = 奥行きなし、1 = 奥行きと幅は同じ)。
参照

PlotArea クラス
PlotArea メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.