FlexReport for WinForms
SetProperties メソッド (Line)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Line クラス : SetProperties メソッド
The value of the Line.Style property.
The value of the Line.Width property.
The value of the Line.Color property.
For internal use. Sets all properties of this Line object to specified values, does not fire System.ComponentModel.INotifyPropertyChanged.PropertyChanged event.
シンタックス
'宣言
 
Public Sub SetProperties( _
   ByVal style As DashStyle, _
   ByVal width As System.Double, _
   ByVal color As System.Drawing.Color _
) 
'使用法
 
Dim instance As Line
Dim style As DashStyle
Dim width As System.Double
Dim color As System.Drawing.Color
 
instance.SetProperties(style, width, color)
public void SetProperties( 
   DashStyle style,
   System.double width,
   System.Drawing.Color color
)

パラメータ

style
The value of the Line.Style property.
width
The value of the Line.Width property.
color
The value of the Line.Color property.
参照

参照

Line クラス
Line メンバ