Bitmap for WPF
BindingType 列挙体

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 : BindingType 列挙体
Types supported in the PropertyBindingAttribute for mapping to D2D1_PROPERTY_TYPE.
シンタックス
'宣言
 
Public Enum BindingType 
   Inherits System.Enum
public enum BindingType : System.Enum 
メンバ
メンバ解説
BooleanMapped to D2D1_PROPERTY_TYPE_BOOL.
EnumMapped to D2D1_PROPERTY_TYPE_ENUM.
FloatMapped to D2D1_PROPERTY_TYPE_FLOAT.
GuidMapped to D2D1_PROPERTY_TYPE_CLSID.
Int32Mapped to D2D1_PROPERTY_TYPE_INT32.
IUnknownMapped to D2D1_PROPERTY_TYPE_IUNKNOWN.
Matrix3x2Mapped to D2D1_PROPERTY_TYPE_MATRIX_3X2.
Matrix4x4Mapped to D2D1_PROPERTY_TYPE_MATRIX_4X4.
Matrix5x4Mapped to D2D1_PROPERTY_TYPE_MATRIX_5X4.
UInt32Mapped to D2D1_PROPERTY_TYPE_UINT32.
Vector2Mapped to D2D1_PROPERTY_TYPE_VECTOR2.
Vector3Mapped to D2D1_PROPERTY_TYPE_VECTOR3.
Vector4Mapped to D2D1_PROPERTY_TYPE_VECTOR4.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Util.DX.Direct2D.BindingType

参照

C1.Util.DX.Direct2D 名前空間