'DeclarationPublic ReadOnly Property DesiredSize As System.Windows.Size
'UsageDim instance As FormulaBar Dim value As System.Windows.Size value = instance.DesiredSize
public System.Windows.Size DesiredSize {get;}
public read-only property DesiredSize: System.Windows.Size; 
            public function get DesiredSize : System.Windows.Size
            public: __property System.Windows.Size get_DesiredSize();
            public: property System.Windows.Size DesiredSize { System.Windows.Size get(); }