public Matrix<float> ControlMatrix { get; set; }
Public Property ControlMatrix As Matrix(Of Single)
public: property Matrix<float>^ ControlMatrix { Matrix<float>^ get (); void set (Matrix<float>^ value); }