ComponentOne Bitmap for UWP
BindingType Enumeration

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace : BindingType Enumeration
Types supported in the PropertyBindingAttribute for mapping to D2D1_PROPERTY_TYPE.
Syntax
'Declaration
 
Public Enum BindingType 
   Inherits System.Enum
public enum BindingType : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

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

See Also

Reference

C1.Util.DX.Direct2D Namespace