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 As DashStyle, _
ByVal As System.Double, _
ByVal 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 ,
System.double ,
System.Drawing.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.
参照