Bitmap for WPF
SetEnumValue<T> メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Properties クラス : SetEnumValue<T> メソッド
Index of the property
Value of the property
Sets the named property to the given value.
シンタックス
'宣言
 
Public Sub SetEnumValue(Of T As {New, Struct})( _
   ByVal index As System.Integer, _
   ByVal value As T _
) 
public void SetEnumValue<T>( 
   System.int index,
   T value
)
where T: new(), struct

パラメータ

index
Index of the property
value
Value of the property

型パラメータ

T
参照

Properties クラス
Properties メンバ