'Declaration Public Property ColorBlendingMode As System.Nullable(Of GraphicsStateBlendMode)
public System.Nullable<GraphicsStateBlendMode> ColorBlendingMode { get; set; }
public: __property System.Nullable<GraphicsStateBlendMode*>* get_ColorBlendingMode(); public: __property void set_ColorBlendingMode(
System.Nullable<GraphicsStateBlendMode*>* value
);
public:
property System.Nullable<GraphicsStateBlendMode^>^ ColorBlendingMode { System.Nullable<GraphicsStateBlendMode^>^ get(); void set(System.Nullable<GraphicsStateBlendMode^>^ value); }