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