Reports for WPF
GetColor メソッド

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > Util クラス : GetColor メソッド
The object to convert.
Converts an object to a System.Drawing.Color value.
シンタックス
'宣言
 
Public Shared Function GetColor( _
   ByVal value As System.Object _
) As System.Nullable(Of Color)
public static System.Nullable<Color> GetColor( 
   System.object value
)

パラメータ

value
The object to convert.

戻り値の型

The converted color, or null if the object could not be converted.
参照

Util クラス
Util メンバ