'Declaration Public Property Tint As Double
'Declaration
Public Property Tint As Double
'使用法 Dim instance As Color Dim value As Double instance.Tint = value value = instance.Tint
'使用法
Dim instance As Color Dim value As Double instance.Tint = value value = instance.Tint
public double Tint {get; set;}
Color 構造体 Color メンバ
Copyright © 2004 GrapeCity inc.